Commit Graph

16 Commits

Author SHA1 Message Date
Andreas Jaeger 0950176a31 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: If8c5fa45ac52e5647c062b4b557dc7dcc3dc955a
2019-12-18 09:45:49 +01:00
Andrey Pavlov 176a573cae Store sensitive configs in secret
Change-Id: Icd128f96908187904319c66fa0040be055eb314a
Depends-On: Ie6a9833cdf73b076e24204d47e5898dfb24de43e
2017-03-06 06:34:25 +00:00
Sergey Kraynev b368e4833e TLS support for Glance services
List of changes in the current patch:
- Add files for certificates
- Updated configuration files for services to use mapped ports and
  'https' url scheme. Also ca_cert was provided for keystonemiddleware.
- Updated bootstrap script to use 'https' scheme with insecure flag,
  when it create image in glance.
- Update jobs for creation endpoints, now address function use 'tls'
  parameter.
- Add files for nginx configurations.

Change-Id: I7d34e18bf41308700f5f7d7a605cb372636fc412
2017-02-22 08:00:49 +00:00
Jenkins 1309f84c40 Merge "Use git.openstack.org url instead of github.com" 2016-12-22 11:20:52 +00:00
Sergey Kraynev 45673c10e2 Use git.openstack.org url instead of github.com
Change-Id: I1ea9708a7976390f3bd25770e2bc990007849736
2016-12-22 11:10:49 +00:00
Andrey Shestakov ca63052ed0 Add option for ignore invalid SSL certificates in Swift endpoint.
If this option is True, Glance will ignore self-signed SSL certs in
Swift endpoint.

Change-Id: I4d3108d20ff05c5e6a18555bc4fe1f434329cae7
2016-12-07 15:11:50 +02:00
Sergey Lukjanov f1a6577d78 Upload cirros image automatically
Change-Id: Ic531c50008b5be56d5b7af2660267f15ae2411de
2016-11-18 20:22:51 +03:00
Andrey Pavlov e6c3c3037a Adding ingress support
Adding ingress objects creation for service

Change-Id: I5df4ad99bf7c053630e29f3cc5785531181bac2d
2016-10-27 11:19:32 +00:00
Andrey Pavlov 7feb11dca3 Ports configuration refactoring
Ports configuration has been changed:

before:

  port: 123:3333

after:

  port:
    cont: 123
    node: 3333

Change-Id: Idc5da983a50a56b95217cb31b430f6763ee069b3
Depends-On: I54ab8dd02fc88b821a1f0d05c08f98b618730150
2016-10-27 08:04:21 +00:00
Proskurin Kirill 9dfb1a6234 Add swift support
Exampel config:
configs:
  glance:
    swift:
      enable: true
      store_create_container_on_put: true

Change-Id: I9e097de7f04f6137a66d3438cc0824af64d68b42
Depends-On: Iefcebfe55544331b379f4ee1c4001ec33f539a28
2016-10-19 16:31:16 +00:00
Proskurin Kirill 0407c1c15f Ceph support
Example configuration:
configs:
  ceph:
    fsid: "afca8524-2c47-4b81-a0b7-2300e62212f9"
    mon_host: "10.90.0.2,10.90.0.3,10.90.0.4"
  glance:
    ceph:
      enable: true
      key: "AQBShfJXzXyNBRAA5kqXzCKcFoPBn2r6VDYdag=="

Change-Id: Ifcf3dd7b5a98aeab0ce4a958ffd04f3ed92c2981
Depends-On: Iefcebfe55544331b379f4ee1c4001ec33f539a28
2016-10-19 16:30:52 +00:00
Yuriy Taraday 9e1e5d2684 Convert all Glance-specific configs to nested
Change-Id: I4c9176fa6999f65c984bba402d05008d2206531d
2016-10-06 11:05:38 +03:00
Sergey Lukjanov be65f212eb Switch to stable/newton by default
Change-Id: Ie65623fb17447528d1d559e8a687a2ba88ac8771
2016-09-26 08:30:35 -07:00
Sergey Lukjanov cd35fce508 Enable auth caching through memcached in Glance
Change-Id: I8f5a7df49f9e332fcf955f07ff209090b9609d69
2016-09-20 04:34:17 +00:00
Andrey 6430a67394 Adding default configs to build from git repo
Images will be built with sources from master branch of
https://github.com/openstack/glance.git repository by default.

Change-Id: Icff479bb34e1734f1ff8ac8eef217a6b36ef79ca
Depends-On: I4d91aa8632fcd55735d791300fde475696b435b5
2016-08-26 14:13:48 +00:00
Artur Zarzycki abfa4d10d8 First version of glance
Change-Id: Ia03316620f9980b37554634be84aae2c76b65771
2016-06-28 10:04:39 +02:00