Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
c65e5c2b
Commit
c65e5c2b
authored
May 20, 2016
by
Elson O Rodriguez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating CentOS image, adding heat back to the required cli tools.
parent
2c471bce
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
config-image.sh
cluster/openstack-heat/config-image.sh
+1
-1
util.sh
cluster/openstack-heat/util.sh
+1
-1
No files found.
cluster/openstack-heat/config-image.sh
View file @
c65e5c2b
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
OPENSTACK_IMAGE_NAME
=
${
OPENSTACK_IMAGE_NAME
:-
CentOS7
}
OPENSTACK_IMAGE_NAME
=
${
OPENSTACK_IMAGE_NAME
:-
CentOS7
}
# Downloaded image name for Openstack project
# Downloaded image name for Openstack project
IMAGE_FILE
=
${
IMAGE_FILE
:-
CentOS
-7-x86_64-GenericCloud-1
510
.qcow2
}
IMAGE_FILE
=
${
IMAGE_FILE
:-
CentOS
-7-x86_64-GenericCloud-1
604
.qcow2
}
# Absolute path where image file is stored.
# Absolute path where image file is stored.
IMAGE_PATH
=
${
IMAGE_PATH
:-
~/Downloads/openstack
}
IMAGE_PATH
=
${
IMAGE_PATH
:-
~/Downloads/openstack
}
...
...
cluster/openstack-heat/util.sh
View file @
c65e5c2b
...
@@ -32,7 +32,7 @@ fi
...
@@ -32,7 +32,7 @@ fi
# Verify prereqs on host machine
# Verify prereqs on host machine
function
verify-prereqs
()
{
function
verify-prereqs
()
{
# Check the OpenStack command-line clients
# Check the OpenStack command-line clients
for
client
in
swift glance nova openstack
;
for
client
in
swift glance nova
heat
openstack
;
do
do
if
which
$client
>
/dev/null 2>&1
;
then
if
which
$client
>
/dev/null 2>&1
;
then
echo
"
${
client
}
client installed"
echo
"
${
client
}
client installed"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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