Matteo Scandolo | ede125b | 2017-08-08 13:05:25 -0700 | [diff] [blame] | 1 | |
| 2 | # Copyright 2017-present Open Networking Foundation |
| 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | |
| 16 | |
Scott Baker | c41914d | 2017-06-26 14:00:52 -0700 | [diff] [blame] | 17 | # This holds the connection information necessary to talk to your CMI. |
| 18 | # It will be used by setup-cmi.sh and ssh-cmi.sh |
| 19 | |
| 20 | #COMPUTE_NODE=cp-2.smbaker-xos-vtn.xos-pg0.clemson.cloudlab.us |
| 21 | #MGMT_IP=172.27.0.22 |
| 22 | #NODE_KEY=/root/setup/id_rsa |
| 23 | #VM_KEY=cmi_id_rsa |
| 24 | |
| 25 | COMPUTE_NODE=10.90.0.65 |
| 26 | MGMT_IP=172.27.0.17 |
| 27 | NODE_KEY=cord_pod_node_key |
| 28 | VM_KEY=cmi_id_rsa |