Commit Graph

9 Commits

Author SHA1 Message Date
Andreas Jaeger 24120d7b66 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: Ibd0360edc1781ea748a1ef28877c215bb4c726c7
2019-12-18 09:38:32 +01:00
Andrey Pavlov a6892e83c2 Fixing ingress deployment script
* only basename should be added to configs
* fixed cleanup check

Change-Id: I5b92819d6403c71f0c474c3cd51e53d3aab6b015
2017-02-10 14:45:34 +00:00
Anonymous User 7065208c05 Fixing ingress deployment with custom key/cert
Now files with key and cert can have custom names (only tls.crt
and tls.key were supported before).

Change-Id: I0f3cef67afc9669be111a94f53bc4d4401d63060
2017-02-06 19:05:35 +00:00
Andrey Pavlov 007dc9ec82 Changing default value for ingress domain
Change-Id: Ibe0f868ea55ae6ecd19652acba091c42f306c5cd
2017-02-03 16:28:07 +03:00
Jenkins aa534369b0 Merge "Deploy Traefik webui in read-only mode with the same SSL conf" 2016-11-20 16:51:55 +00:00
Sergey Lukjanov 581ddefd45 Remove duplicated ingress controller tool help message
Change-Id: If283aca14ac2aae471175d6fa839c751170c3e3a
2016-11-19 21:41:18 -08:00
Sergey Lukjanov 2abe98ee28 Deploy Traefik webui in read-only mode with the same SSL conf
It could be very usable as showing endpoints information and
provider information as well (K8s Ingress Controller info) as
well as health info. https://traefik.io/web.frontend.png

Change-Id: Ieec0e4182d2c4bf9e941ed0382f6fc206edee94c
2016-11-19 21:40:46 -08:00
Yuriy Taraday a20501eb20 Add subjectAltName to Ingress certificate
requests tend to be noisy about missing subjectAltName. Also it allows
to identify Ingress by IP for testing.

Change-Id: Ic3a97370bb4ee24fad44027165b1707633cebeea
2016-11-18 19:58:43 +03:00
Andrey Pavlov 830f2ca947 Adding Ingress controller deployment script
Bash script that deploys traefik ingress controller with tls
The only required parameter is external ip (-i)

Change-Id: Iee1616f37d2af437048406d15e48f0c8ad15c5eb
2016-11-11 13:11:58 +03:00