blob: ef8932dede0d74a8476cac48adee972515a030b9 [file] [log] [blame]
Matteo Scandoloede125b2017-08-08 13:05:25 -07001
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 Bakerc41914d2017-06-26 14:00:52 -070017# 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
25COMPUTE_NODE=10.90.0.65
26MGMT_IP=172.27.0.17
27NODE_KEY=cord_pod_node_key
28VM_KEY=cmi_id_rsa