Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
1cb5bde60e79cc9f812f4f25bbafbfc4632b8ba4
/
.
/
xos
/
configurations
/
common
/
Makefile.cloudlab
blob: 86b98e2b3037fc25380f88161f7ad8d5befc34fa [
file
] [
log
] [
blame
]
all
:
flat_name nodes_yaml
flat_name
:
sudo bash
-
c
"source /root/setup/admin-openrc.sh ; neutron net-list"
|
grep flat
|
awk
'{print $$4}'
>
flat_net_name
nodes_yaml
:
bash
./
make
-
cloudlab
-
nodes
-
yaml
.
sh