Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhance renamed items list #98

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions docs/deployment-manifests-part-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,13 @@ instance_groups:
release: zookeeper
```

Compare this manifest to the earlier version and see that we have modified the following attributes:
Compare this manifest to the earlier version to see the following list of easily modifiable or renameable attributes:

* deployment name changed to `zookeeper-deployment`
* instance group `zookeeper` renamed to `zookeeper-instances`
* we've reduced the cluster size from 5 instances to 3
* we've resized the persistent disk from 10GB to 20GB
* errand `smoke-tests` renamed to `smoke-tests-errand`

These were the only attributes in our manifest subset that were easily modifiable or renameable.
* deployment name `zookeeper` was changed to `zookeeper-deployment`
* instance group `zookeeper` was renamed to `zookeeper-instances`
* we reduced the cluster size from 5 instances to 3
* we resized the persistent disk from 10GB to 20GB
* errand `smoke-tests` was renamed to `smoke-tests-errand`

Conversely, the following attributes of the manifest were not easily modifiable:

Expand Down