Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
olcf
container-builder
Commits
cf5274cb
Commit
cf5274cb
authored
Jan 31, 2018
by
atj
Browse files
Fix artifacts directory
parent
f3daed9a
Pipeline
#11598
failed with stages
in 37 minutes and 58 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Provisioning/create-builder-image.sh
View file @
cf5274cb
...
...
@@ -15,7 +15,7 @@ openstack security group rule create container_builder --protocol tcp --dst-port
# Create Keys for cades user
KEY
=
"ContainerBuilderKey"
KEY_FILE
=
"
${
SCRIPT_DIR
}
/
../
artifacts/
${
KEY
}
"
KEY_FILE
=
"
${
SCRIPT_DIR
}
/artifacts/
${
KEY
}
"
# Create a new keypair named ContainerBuilderKey
openstack keypair create
${
KEY
}
>
${
KEY_FILE
}
...
...
Provisioning/create-queue.sh
View file @
cf5274cb
...
...
@@ -12,7 +12,7 @@ FLAVOR="m1.large"
NIC
=
$(
openstack network show
-c
id
--format
value or_provider_general_extnetwork1
)
KEY
=
"ContainerBuilderKey"
KEY_FILE
=
"
${
SCRIPT_DIR
}
/
../
artifacts/
${
KEY
}
"
KEY_FILE
=
"
${
SCRIPT_DIR
}
/artifacts/
${
KEY
}
"
echo
"Bringing up VM"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment