forked from omeranson/openstack-vagrant
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdirectory.conf.yml.sfc.sample
More file actions
32 lines (31 loc) · 923 Bytes
/
directory.conf.yml.sfc.sample
File metadata and controls
32 lines (31 loc) · 923 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
machines:
- name: controller
hypervisor:
name: localhost
username: jcaamano
memory: 8192
vcpus: 1
box: "generic/ubuntu1710"
local_conf_file: ../common/local.confs/local.conf.sfc.controller
devstack_version: stable/queens
projects:
- name: openvswitch
repo: https://github.com/jcaamano/ovs.git
version: fix_push_pop_eth
- name: openstack-scripts
repo: https://github.com/jcaamano/openstack-scripts.git
- name: compute
hypervisor:
name: localhost
username: jcaamano
memory: 8192
vcpus: 1
box: "generic/ubuntu1710"
local_conf_file: ../common/local.confs/local.conf.sfc.compute
devstack_version: stable/queens
projects:
- name: openvswitch
repo: https://github.com/jcaamano/ovs.git
version: fix_push_pop_eth
- name: openstack-scripts
repo: https://github.com/jcaamano/openstack-scripts.git