Skip to content

Commit

Permalink
Empty instance description (#18)
Browse files Browse the repository at this point in the history
* WIP: Refactor

* RabbitMQ refactor base version

* refactored  rabbitmqCtl

* refactored  absible-playbook

* refactored  ctl

* refactored  ctl 2

* refactored  ctl 3

* Update configs

* refactored  init start

* rename func, remove debug mode

* fix addNode2Cluster fail when init

* fix ram node init fail

* fix haproxy health check

* enable ssh for client

* make sure inited before start

* rabbitmq 3.7.19 stable version(parallel)

* rabbitmq 3.7.19 stable version(parallel) fixed upgrade

* rabbitmq 3.7.19 stable version(parallel) refactor

* rabbitmq 3.7.19 stable version(parallel) refactor 3

* Adjust directories structure

* rabbitmq 3.7.19 stable version(parallel) refactor 4

* polished code base on refact v4 03bd545

* polished code base on 9a6e5c7

* add caddy for mq-3.7.19-1.4.0

* update image for MQ-3.7.19-1.4.1

* update to 3.7.23 , fix issue #7

* fix haproxy start failed v3.7.23 20200218

* fix partrition when start v3.7.23 20200221

* update test passed image v3.7.23 20200226

* adapt to new devtool 2020032718

* adapt new dev tools & update image 2020040921

* adapt to install-1.0.5

* adapt install-1.0.5 to keepalived 2020042116

* modified tmpl 2020042218

* update image 2020042317

* optimize reload func 2020050723

* update image 2020050822

* update image 2020050822

* update image 2020051215

* followed ylz's advise and update image 2020051521

* Remove variable initialization assignment and update image 2020051811

* Update requirement.yml

* Update keepalived task and update image 2020051819

* remove addNodeToCluster in start and update image 2020051921

* add preCheck before scale in and update image 2020052122

* modify preCheck before scale in and update image 2020052214

* add var RAM_NODES and update image 2020052216

* change comm to diff and update image 2020052220

* Update image 2020052618

* Rename config file to app  2020052714

* Change cluster_partition_handling from ignore to pause_minority 2020052814

* Add group_vars file 2020060211

* Modify haproxy 2020060816

* reModify haproxy 2020060911

* Add svc-caddy file 2020061015

* adjust caddys var with default style 2020061018

* modify preCheckForScaleIn 2020061114

* fix stop order 2020061521

* fix stop order 2020061521

* fix add node 2020061619

* fix redeclare in env

* remove dic use in env 2020061719

* fix redeclare var in  2020061817

* update image 2020062822

* remove upgrade update image 2020072014

* fix func upgrade 2020072120

* modified notice_when_upgrade

* fix unreliable cluster_name & update img 2020080416

* fix cluster_name by rabbitmqctl & update img 2020080420

* fix JOINING_MQ_NODES & update img 2020080514

* update img 2020080610

* empty instance description

Co-authored-by: Hongliang Wang <[email protected]>
  • Loading branch information
spwangxp and hlwanghl authored Oct 14, 2020
1 parent 770dfa4 commit d172573
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}, {
"key": "instance_class",
"label": "Instance Class",
"description": "The instance type for the cluster to run, such as high performance, high performance plus",
"description": "",
"type": "integer",
"default": 101,
"range": [101, 202],
Expand Down Expand Up @@ -109,7 +109,7 @@
}, {
"key": "instance_class",
"label": "Instance Class",
"description": "The instance type for the cluster to run, such as high performance, high performance plus",
"description": "",
"type": "integer",
"default": 101,
"range": [101, 202],
Expand Down Expand Up @@ -160,7 +160,7 @@
}, {
"key": "instance_class",
"label": "Instance Class",
"description": "The instance type for the cluster to run, such as high performance, high performance plus",
"description": "",
"type": "integer",
"default": 101,
"range": [101, 202],
Expand Down Expand Up @@ -201,7 +201,7 @@
}, {
"key": "instance_class",
"label": "Instance Class",
"description": "The instance type for the cluster to run, such as high performance, high performance plus",
"description": "",
"type": "integer",
"default": 101,
"range": [101, 202],
Expand Down
1 change: 0 additions & 1 deletion app/locale/zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"Volume Size": "存储容量",
"The volume size for each node": "每个节点的存储容量",
"instance class": "实例类型",
"The instance type for the cluster to run, such as high performance, high performance plus": "节点实例类型,比如性能型与超高性能型。",
"count" : "",
"Count" : "节点个数",
"Sockets Used": "Sockets 句柄数",
Expand Down

0 comments on commit d172573

Please sign in to comment.