Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Renat Nurgaliyev committed Aug 1, 2018
1 parent 684b57e commit 0f0ae1c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ci/scripts/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ set -e
source `dirname $0`/global.sh

# Extract artifact
cd release
tar xzf source.tar.gz --strip 1

# cd release
# tar xzf source.tar.gz --strip 1
cd master
# Run packer
cd packer
packer build -debug ./$CI_COMPONENT.json
2 changes: 1 addition & 1 deletion packer/keystone-db.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"security_groups": "testinfra-ssh_only",
"ssh_username": "ubuntu",
"ssh_keypair_name": "testinfra-cikey",
"ssh_private_key_file": "~/.ssh/id_rsa",
"ssh_private_key_file": "/root/.ssh/id_rsa",
"reuse_ips": true,
"networks": [
"5d58c0ce-0a53-4452-96d7-1713560b4cde"
Expand Down
2 changes: 1 addition & 1 deletion packer/loadbalancer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"floating_ip_pool": "ext-net",
"security_groups": "testinfra-ssh_only",
"ssh_keypair_name": "testinfra-cikey",
"ssh_private_key_file": "~/.ssh/id_rsa",
"ssh_private_key_file": "/root/.ssh/id_rsa",
"ssh_username": "ubuntu",
"reuse_ips": true,
"networks": [
Expand Down

0 comments on commit 0f0ae1c

Please sign in to comment.