Browse Source

Fix nodes in label-nodes.sh

Aleksandr Didenko 8 years ago
parent
commit
6b094db607
2 changed files with 5 additions and 6 deletions
  1. 9
      ccp/label-nodes.sh
  2. 2
      deploy-ccp.sh

9
ccp/label-nodes.sh

@ -5,12 +5,9 @@ set -e
# FIXME: hardcoded roles
declare -A nodes
nodes=( \
["node2"]="openstack-controller=true"
["node3"]="openstack-controller=true"
["node4"]="openstack-controller=true"
["node5"]="openstack-compute=true"
["node6"]="openstack-compute=true"
["node7"]="openstack-compute=true"
["node1"]="openstack-controller=true"
["node2"]="openstack-compute=true"
["node3"]="openstack-compute=true"
)
label_nodes() {

2
deploy-ccp.sh

@ -1,5 +1,7 @@
#!/bin/bash
set -e
INVENTORY="nodes_to_inv.py"
echo "Createing repository and CCP images, it may take a while..."

Loading…
Cancel
Save