Commit Graph

16 Commits

Author SHA1 Message Date
Andreas Jaeger 71febda1b4 Retire repository
Fuel (from openstack namespace) and fuel-ccp (in x namespace)
repositories are unused and ready to retire.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011647.html

Depends-On: https://review.opendev.org/699362
Change-Id: Id8dfa180d4f3dd0d0e50e291e9cf841e890ecdab
2019-12-18 09:46:57 +01:00
Jenkins 1907e25213 Merge "Store sensitive configs in secret" 2017-03-10 10:05:45 +00:00
Sergey Kraynev e5ed7fe74f Add TLS support for Heat component
Change-Id: Ifbfe3d0fa85d3a7f28586d3b82e309f49698479f
2017-03-06 10:15:37 +00:00
Andrey Pavlov bc946de444 Store sensitive configs in secret
Change-Id: I624075f96a3923b3a7fe5bc61cafed6ee13fea7e
Depends-On: Ie6a9833cdf73b076e24204d47e5898dfb24de43e
2017-03-06 08:19:33 +00:00
Jenkins 062253e0dd Merge "Add configurable endpoint type for heatclient" 2016-12-28 11:20:35 +00:00
Sergey Kraynev e69edd1d85 Use git.openstack.org url instead of github.com
Change-Id: I75f5cf894b4080c895104e08a126a044c8352627
2016-12-22 11:01:11 +00:00
Sergey Kraynev f87a1c41ff Add configurable endpoint type for heatclient
Default value for endpoint_type for all clients is internalUrl, which
makes all management requests hidden from outside world.
However there are some case when we need to expose some requests and use
publicURL endpoint for heatclient.
This patch add ability to pass such option in Heat service config.

Change-Id: I2b2b5375f0db7c33bbf45ddb202045edde2aad3a
2016-12-21 07:11:24 +00:00
Sergey Kraynev 1d5d38b6ae Add heat-api-cfn service
Add heat-api-cfn service, which is used by Heat for some config
transports. It's necessary to support default  user_data_format
(HEAT_CFNTOOLS).

This change add new image heat-api-cfn and which will create new service
and necessary endpoints for it.

Two new options were added:
 - heat_waitcondition_server_url
 - heat_metadata_server_url

Change-Id: I725943f5034637554394c4a323d4dc9134b3ddb3
2016-12-01 09:19:50 +00:00
Sergey Kraynev 8a4d4d86b2 Configure domain and Heat roles
Follow changes were made according operator's doc
(http://docs.openstack.org/project-install-guide/orchestration/
newton/install-ubuntu.html):

- Add Heat domain
- Add heat_domain_admin user in Heat domain
- Add roles: heat_stack_owner, heat_stack_user

Change-Id: I2f905a9786bfc4b66d66697a9dcfcd21feb4cb4a
2016-11-23 13:28:03 +00:00
Andrey Pavlov 104e58e170 Adding ingress support
Adding ingress objects creation for service

Change-Id: I10f4fba42d5b6e4dd3b5f56d2ba2addedb49b60f
Depends-On: Ic621af6930f078eea17fd83fce26b42cd32ecf01
2016-10-27 08:09:51 +00:00
Andrey Pavlov 00d4f259e4 Ports configuration refactoring
Ports configuration has been changed:

before:

  port: 123:3333

after:

  port:
    cont: 123
    node: 3333

Change-Id: I4a2327802839641ea44c5fc858287706d45ee5b6
Depends-On: I54ab8dd02fc88b821a1f0d05c08f98b618730150
2016-10-26 17:15:26 +00:00
Yuriy Taraday f8161fa137 Convert all Heat configs to nested
Change-Id: I4bc568bcccf9673161ad1c805ac6739b8902f0f6
2016-10-07 17:58:06 +03:00
Alexander Ignatov a152190c4c Switch to stable/newton by default
Change-Id: Ie3580d8e56bfc4584d118fc6a1664b608a5d6d23
2016-10-05 15:29:45 +03:00
Sergey Lukjanov ac42bf7f8c Enable auth caching through memcached in Heat
Change-Id: I8723e93472abf1d3b71073e5c79c191b0fabca73
2016-09-20 04:34:49 +00:00
Andrey e44bca8182 Adding default configs to build from git repo
Images will be built with sources from master branch of
https://github.com/openstack/heat.git repository by default.

Change-Id: Ib6d5873b107760c025191b26bfcd1b99571f0fa5
Depends-On: I4d91aa8632fcd55735d791300fde475696b435b5
2016-08-26 14:11:01 +00:00
Dmitry Russkikh b42c088d6e Add initial version of Openstack Heat containering
Change-Id: I2f4f196ed736f987fd47e9f0a0312271cebc6d55
2016-08-11 09:09:13 +00:00