Skip to content

Commit

Permalink
Add quota increase for volumes in rhosp
Browse files Browse the repository at this point in the history
  • Loading branch information
vvaldez committed Apr 29, 2017
1 parent 7e60cd2 commit 20745ce
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ post-install-admin-tasks() {
cmd neutron port-create external --name openshift-node2 --tenant-id ${TENANT_ID} --allowed-address-pairs type=dict list=true ip_address=172.20.17.52 --fixed-ip subnet_id=${EXTERNAL_SUBNET_ID},ip_address=172.20.17.52
cmd neutron port-create external --name openshift-node3 --tenant-id ${TENANT_ID} --allowed-address-pairs type=dict list=true ip_address=172.20.17.53 --fixed-ip subnet_id=${EXTERNAL_SUBNET_ID},ip_address=172.20.17.53

#Increase quota for volumes
cmd openstack quota set --volumes 20 ${TENANT_NAME}

# User keystonerc file
cat > /root/keystonerc_${USERNAME} << EOF
export OS_USERNAME=${USERNAME}
Expand Down

0 comments on commit 20745ce

Please sign in to comment.