Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
d9442590
Commit
d9442590
authored
10 years ago
by
Jenkins
Committed by
Gerrit Code Review
10 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Fixes bug where heat container was not getting heat meta data"
parents
3d37fd95
1aa0f7ce
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docker/heat/heat-base/config-heat.sh
+4
-4
4 additions, 4 deletions
docker/heat/heat-base/config-heat.sh
docs/integration-guide.md
+4
-1
4 additions, 1 deletion
docs/integration-guide.md
tools/genenv
+2
-0
2 additions, 0 deletions
tools/genenv
with
10 additions
and
5 deletions
docker/heat/heat-base/config-heat.sh
+
4
−
4
View file @
d9442590
...
...
@@ -61,8 +61,8 @@ crudini --set /etc/heat/heat.conf ec2authtoken auth_uri \
"
${
KEYSTONE_AUTH_PROTOCOL
}
://
${
KEYSTONE_PUBLIC_SERVICE_HOST
}
:5000/v2.0"
# cfn
#
crudini --set /etc/heat/heat.conf DEFAULT heat_metadata_server_url \
#
http://${HEAT_CFN_API_SERVICE_HOST}:8000
#
crudini --set /etc/heat/heat.conf DEFAULT heat_waitcondition_server_url \
#
http://${HEAT_CFN_API_SERVICE_HOST}:8000/v1/waitcondition
crudini
--set
/etc/heat/heat.conf DEFAULT heat_metadata_server_url
\
http://
${
HEAT_CFN_API_SERVICE_HOST
}
:8000
crudini
--set
/etc/heat/heat.conf DEFAULT heat_waitcondition_server_url
\
http://
${
HEAT_CFN_API_SERVICE_HOST
}
:8000/v1/waitcondition
This diff is collapsed.
Click to expand it.
docs/integration-guide.md
+
4
−
1
View file @
d9442590
...
...
@@ -67,13 +67,14 @@ all containers. This allows a simple method of ensuring every type of node
NOVA_DB_USER=<nova> - The name of the nova DB password
NOVA_EC2_API_SERVICE_HOST=<IP> - The IP Address where the Nova EC2 API is hosted
arn't these two the same?
NOVA_EC2_SERVICE_HOST=<IP> _ The IP Address wher
ethe Nova EC2 service is hosted
NOVA_EC2_SERVICE_HOST=<IP> _ The IP Address where
the Nova EC2 service is hosted
NOVA_KEYSTONE_PASSWORD=<password> - The Nova keystone password
NOVA_KEYSTONE_USER=<nova> - The Nova keystone username
HEAT_DB_NAME=<heat> - The heat DB name
HEAT_DB_PASSWORD=<kolla> - The heat db password
HEAT_KEYSTONE_PASSWORD=<heat> - The keystone password for the heat user
HEAT_API_SERVICE_HOST=<IP> - The IP Address where the Heat API service is hosted
HEAT_API_CFN_SERVICE_HOST=<IP> - The IP Address where Heat will contact the heat-engine in search for meta data
PUBLIC_INTERFACE=<eth1> - The nova public interface
PUBLIC_IP=<Host IP Address> - The IP Address of this host
RABBITMQ_PASS=<rabbit> - The rabbitmq password used to join AMQP
...
...
@@ -83,6 +84,8 @@ all containers. This allows a simple method of ensuring every type of node
RABBIT_USERID=<rabbit> - The RabbitMQ user id on the host
## Launching a container set
Pick out a simple container set and launch it as follows:
...
...
This diff is collapsed.
Click to expand it.
tools/genenv
+
2
−
0
View file @
d9442590
...
...
@@ -70,6 +70,7 @@ HEAT_DB_NAME=heat
HEAT_DB_PASSWORD
=
kolla
HEAT_KEYSTONE_PASSWORD
=
heat
HEAT_API_SERVICE_HOST
=
$HOST_IP
HEAT_CFN_API_SERVICE_HOST
=
$HOST_IP
cat
>
./openrc
<<
EOF
export OS_AUTH_URL="http://
${
KEYSTONE_PUBLIC_SERVICE_HOST
}
:5000/v2.0"
...
...
@@ -121,4 +122,5 @@ RABBITMQ_SERVICE_HOST=$RABBITMQ_SERVICE_HOST
RABBITMQ_USER=
$RABBIT_USER
RABBIT_PASSWORD=
$RABBIT_PASSWORD
RABBIT_USERID=
$RABBIT_USER
HEAT_CFN_API_SERVICE_HOST=
$HEAT_CFN_API_SERVICE_HOST
EOF
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment