Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit 56b3514

Browse files
committed
[Finishes #151614065] Add ability to rename etcd instance's network name
1 parent a91908f commit 56b3514

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ to cf-deployment
3030
for the purpose of transition.
3131
This opsfile also holds `etcd` at a static IP address.
3232
Deployers must provide the IP address.
33+
- `rename-etcd-network.yml`: Allows renaming
34+
of the `etcd`
35+
instance's network
36+
added by using `keep-etcd-for-transition.yml`.
37+
Deployers must provide the name.
3338
- `keep-syslog-drain-binder-for-transition.yml`: Retains the `syslog_drain_binder` job
3439
on the `doppler` instance_group
3540
and properties.

rename-etcd-network.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
- type: replace
3+
path: /instance_groups/name=etcd/networks/name=default/name
4+
value: ((network_name))

0 commit comments

Comments
 (0)