~narindergupta/opnfv/stable-R2

« back to all changes in this revision

Viewing changes to ci/02-maasdeploy.sh

  • Committer: Narinder Gupta
  • Date: 2016-06-07 06:10:42 UTC
  • Revision ID: git-v1:aca4784eacb9b27e8640b90af3edbebea96aa39f
added the labconfig file for att virpod1. Remove the mac
as it gateway br-ex was not configured with MAC.

Change-Id: I32769c8d03dded073889a08d364c7bd3936880d3
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
            python deploy.py
68
68
            ;;
69
69
        'attvirpod1' )
70
 
            cp maas/att/virpod1/deployment.yaml ./deployment.yaml
 
70
            cp ../labconfig/att/virpod1/labconfig.yaml ./
 
71
            #to be removed later once converted for all labs.
 
72
            python deploy.py
71
73
            ;;
72
74
        'juniperpod1' )
73
75
            cp maas/juniper/pod1/deployment.yaml ./deployment.yaml
269
271
        enableautomode eth3 AUTO "192.168.12.0/24" || true
270
272
        ;;
271
273
    'attvirpod1' )
272
 
        enableautomodebyname eth1 AUTO "192.168.10.0/24" control || true
 
274
        enableautomode eth1 AUTO "192.168.10.0/24" || true
273
275
        ;;
274
276
    'juniperpod1' )
275
277
        ;;