Browse Source
Set default branch for git review/gerrit. Switch tests to stable. Switch to using stable charm-helpers branch. Switch to using stable charm.openstack branch. Change-Id: If33c25a08acfd46b7d39c4f7093bbee01287ca73changes/42/730042/1
8 changed files with 98 additions and 44 deletions
@ -0,0 +1,26 @@
|
||||
relations: |
||||
- - keystone |
||||
- keystone-hacluster |
||||
- - openstack-dashboard |
||||
- openstack-dashboard-hacluster |
||||
applications: |
||||
keystone: |
||||
num_units: 3 |
||||
options: |
||||
vip: {{ OS_VIP00 }} |
||||
openstack-dashboard: |
||||
num_units: 3 |
||||
options: |
||||
vip: {{ OS_VIP01 }} |
||||
keystone-hacluster: |
||||
charm: cs:~openstack-charmers/hacluster |
||||
num_units: 0 |
||||
options: |
||||
corosync_transport: unicast |
||||
cluster_count: 3 |
||||
openstack-dashboard-hacluster: |
||||
charm: cs:~openstack-charmers/hacluster |
||||
num_units: 0 |
||||
options: |
||||
corosync_transport: unicast |
||||
cluster_count: 3 |
@ -1 +0,0 @@
|
||||
ha.yaml.j2 |
@ -0,0 +1,26 @@
|
||||
relations: |
||||
- - keystone |
||||
- keystone-hacluster |
||||
- - openstack-dashboard |
||||
- openstack-dashboard-hacluster |
||||
applications: |
||||
keystone: |
||||
num_units: 3 |
||||
options: |
||||
vip: {{ OS_VIP00 }} |
||||
openstack-dashboard: |
||||
num_units: 3 |
||||
options: |
||||
vip: {{ OS_VIP01 }} |
||||
keystone-hacluster: |
||||
charm: cs:~openstack-charmers/hacluster |
||||
num_units: 0 |
||||
options: |
||||
corosync_transport: unicast |
||||
cluster_count: 3 |
||||
openstack-dashboard-hacluster: |
||||
charm: cs:~openstack-charmers/hacluster |
||||
num_units: 0 |
||||
options: |
||||
corosync_transport: unicast |
||||
cluster_count: 3 |
Loading…
Reference in new issue