~narindergupta/opnfv/stable-R2

« back to all changes in this revision

Viewing changes to ci/02-maasdeploy.sh

  • Committer: Gerrit Code Review
  • Author(s): Narinder Gupta
  • Date: 2016-06-09 14:58:04 UTC
  • mfrom: (264.1.1)
  • Revision ID: git-v1:a909a1d044996db88a9efb9902f83d618e749f2d
Merge "added a new pod cengn pod1"

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
        'cengnlynxpod1' )
78
78
            cp maas/cengn_lynx/pod1/deployment.yaml ./deployment.yaml
79
79
            ;;
 
80
        'cengnpod1' )
 
81
            cp ../labconfig/cengn/pod1/labconfig.yaml ./
 
82
            #to be removed later once converted for all labs.
 
83
            python deploy.py
 
84
            ;;
80
85
        * )
81
86
            virtinstall=1
82
87
            labname="default"
293
298
        enableautomode eth1.1201 AUTO "172.16.121.3/24" compute || true
294
299
        enableautomode eth1.1201 AUTO "172.16.121.3/24" control || true
295
300
        ;;
 
301
    'cengnpod1' )
 
302
        maas refresh
 
303
        enableautomode eth2 AUTO "172.16.20.0/24" || true
 
304
        ;;
296
305
esac
297
306
 
298
307
enable_if