diff options
author | Steven Hardy <shardy@redhat.com> | 2017-07-11 15:45:52 +0100 |
---|---|---|
committer | Steven Hardy <shardy@redhat.com> | 2017-08-11 15:06:34 +0100 |
commit | d8e253182053d5e813cd2c067ee1da453813a2fc (patch) | |
tree | 9a148c84679815c672e2c70eb18a339028350a1c /environments | |
parent | 1aad286ca39b59d1193d53db9ec25751b5854d48 (diff) |
Convert compute-role.yaml to role.role.j2.yaml
Add some special-casing for backwards compatibility, such that the
Compute role can be rendered via j2 for support of composable networks.
Change-Id: Ieee446583f77bb9423609d444c576788cf930121
Partially-Implements: blueprint composable-networks
Diffstat (limited to 'environments')
-rw-r--r-- | environments/ips-from-pool-all.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/environments/ips-from-pool-all.yaml b/environments/ips-from-pool-all.yaml index 87563753..d4eccbcf 100644 --- a/environments/ips-from-pool-all.yaml +++ b/environments/ips-from-pool-all.yaml @@ -51,7 +51,7 @@ parameter_defaults: - 172.16.0.251 #management: #- 172.16.4.251 - NovaComputeIPs: + ComputeIPs: # Each compute will get an IP from the lists below, first compute, first IP internal_api: - 172.16.2.252 |