Rename setup_k8s.py to mcpinstall.py

This commit is contained in:
Jedrzej Nowak 2016-05-06 11:53:09 +02:00
parent fc8aca45b1
commit ed8bb17d61
4 changed files with 6 additions and 6 deletions

View File

@ -26,8 +26,8 @@ pushd /vagrant
sudo pip install -r requirements.txt
solar repo import -l resources --name k8s
cp config.yaml.sample config.yaml
./setup_k8s.py deploy
./setup_k8s.py dns
./mcpinstall.py deploy
./mcpinstall.py dns
solar changes stage
solar changes process
solar orch run-once -w 1200

View File

@ -266,10 +266,10 @@ def get_args(user_config):
'Solar nodes if their count is bigger than 1.')
parser.add_argument('--dashboard', dest='dashboard', action='store_true',
help='Add dashboard. Works with deploy only. Can be '
' done separately with `setup_k8s.py dashboard`')
' done separately with `mcpinstall.py dashboard`')
parser.add_argument('--dns', dest='dns', action='store_true',
help='Add dns. Works with deploy only. Can be done '
'separately with `setup_k8s.py dns')
'separately with `mcpinstall.py dns')
parser.set_defaults(dashboard=False, dns=False)
return parser.parse_args()

View File

@ -4,6 +4,6 @@ set -xe
export DONT_DESTROY_ON_SUCCESS=1
export SLAVES_COUNT=3
export DEPLOY_TIMEOUT=1200
export TEST_SCRIPT="/usr/bin/python setup_k8s.py deploy"
export TEST_SCRIPT="/usr/bin/python mcpinstall.py deploy"
./utils/jenkins/run.sh

View File

@ -3,6 +3,6 @@ set -xe
export SLAVES_COUNT=3
export DEPLOY_TIMEOUT=1200
export TEST_SCRIPT="/usr/bin/python setup_k8s.py deploy"
export TEST_SCRIPT="/usr/bin/python mcpinstall.py deploy"
./utils/jenkins/run.sh