Skip to content

Commit

Permalink
network assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
bottkars committed Jan 3, 2019
1 parent 55a0f8b commit 86a80f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions scripts/deploy_pas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ PCF_KEY_PEM=$(cat ${HOME_DIR}/${PCF_SUBDOMAIN_NAME}.${PCF_DOMAIN_NAME}.key | awk
PCF_CERT_PEM=$(cat ${HOME_DIR}/${PCF_SUBDOMAIN_NAME}.${PCF_DOMAIN_NAME}.cert | awk '{printf "%s\\r\\n", $0}')
PCF_CREDHUB_KEY="01234567890123456789"
PRODUCT_NAME=cf
PCF_PAS_NETWORK="pcf-deployment-network"
PCF_APPS_DOMAIN="apps.${PCF_SUBDOMAIN_NAME}.${PCF_DOMAIN_NAME}"
PCF_SYSTEM_DOMAIN="sys.${PCF_SUBDOMAIN_NAME}.${PCF_DOMAIN_NAME}"
PCF_WEB_LB="${ENV_NAME}-web-lb"
Expand Down Expand Up @@ -92,7 +91,7 @@ om --skip-ssl-validation \
echo $(date) end staging PAS

cat << EOF > vars.yaml
pcf_deployment_network: ${PCF_PAS_NETWORK}
pcf_pas_network: ${ENV_NAME}-pas-subnet
pcf_system_domain: ${PCF_SYSTEM_DOMAIN}
pcf_apps_domain: ${PCF_APPS_DOMAIN}
pcf_notifications_email: ${PCF_NOTIFICATIONS_EMAIL}
Expand Down
2 changes: 1 addition & 1 deletion scripts/om_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ssh_public_key: ${SSH_PUBLIC_KEY}
ssh_private_key: ${SSH_PRIVATE_KEY}
ntp_servers_string: 'time.windows.com'
infrastructure-subnet: "${ENV_NAME}-virtual-network/${ENV_NAME}-infrastructure-subnet"
pas-subnet: "${ENV_NAME}-virtual-network/${ENV_NAME}-services-subnet"
pas-subnet: "${ENV_NAME}-virtual-network/${ENV_NAME}-pas-subnet"
services-subnet: "${ENV_NAME}-virtual-network/${ENV_NAME}-services-subnet"
EOF

Expand Down

0 comments on commit 86a80f2

Please sign in to comment.