Scott Baker | 68a4cc4 | 2015-09-29 22:38:13 -0700 | [diff] [blame] | 1 | RUN mkdir -p /root/setup |
| 2 | ADD xos/configurations/common/admin-openrc.sh /root/setup/ |
Scott Baker | 00860d7 | 2015-10-28 16:20:48 -0700 | [diff] [blame] | 3 | ADD xos/configurations/common/controller_settings /root/setup/ |
Scott Baker | 68a4cc4 | 2015-09-29 22:38:13 -0700 | [diff] [blame] | 4 | ADD xos/configurations/common/flat_net_name /root/setup/ |
Andy Bavier | cb96cd4 | 2015-12-23 16:10:12 -0500 | [diff] [blame] | 5 | ADD xos/configurations/common/nodes.yaml /opt/xos/configurations/commmon/ |
Scott Baker | 68a4cc4 | 2015-09-29 22:38:13 -0700 | [diff] [blame] | 6 | ADD xos/configurations/common/id_rsa.pub /root/setup/padmin_public_key |
Scott Baker | 0b105c9 | 2015-10-29 11:20:59 -0700 | [diff] [blame] | 7 | ADD xos/configurations/common/node_key.pub /root/setup/node_key.pub |
| 8 | ADD xos/configurations/common/node_key /root/setup/node_key |
Scott Baker | 00860d7 | 2015-10-28 16:20:48 -0700 | [diff] [blame] | 9 | ADD xos/configurations/common/ceilometer_url /root/setup/ceilometer_url |
Scott Baker | 68a4cc4 | 2015-09-29 22:38:13 -0700 | [diff] [blame] | 10 | |
| 11 | CMD /usr/bin/make -C /opt/xos/configurations/bash -f Makefile.inside; /bin/bash |
| 12 | |
| 13 | #CMD ["/bin/bash"] |