RIFT OSM R1 Initial Submission
[osm/SO.git] / rwcm / test / cwims_juju_nsd / cwaio_vnfd_1_juju_template.cfg
1 ims-a:
2   deploy:
3     store: local
4     directory: /usr/rift/charms/cw-aio-proxy/trusty/
5     series: trusty
6     to: "lxc:0"
7
8   # Data under config passed as such during deployment
9   config:
10       proxied_ip: <rw_mgmt_ip>
11       home_domain: "ims.riftio.local"
12       base_number: "1234567000"
13       number_count: 1000
14
15   units:
16     - unit:
17         # Wait for each command to complete
18         wait: true
19         # Bail on failure
20         bail: true
21         actions:
22           - create-user: { number: "1234567001", password: "secret"}
23           - create-user: { number: "1234567002", password: "secret"}