Commit Graph

11 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
Mikhail 269812a0e4 Provide ability to run preStop command
Change-Id: Ia6b7db68980d99555f23c0c568b6b9cf34b70968
2017-03-24 09:50:56 +04:00
Andrey Pavlov 50459c99aa Adding headless service
Change-Id: Ie4ccbe0633d66468b722af872376e19141514580
2017-03-10 15:20:53 +04:00
Andrey Pavlov 18414f5f35 Adding scheme field for probes
Change-Id: I4dbcac825f319c6c202018f59a45de9ecbb377cc
2017-02-15 18:53:09 +00:00
Dmitry Klenov 80447e7411 Secret support
Support of k8s secrets is introduced. To create a secret, put
an additional section 'secrets' to the definition
of the service:

secrets:
  name-for-reference:
    type: "Opaque"
    data:
      "file1": "some content"
      "file2": "another one"
    secret:
        secretName: name-in-k8s
    path: /where/to/mount

You can reference to this secret from the container definition:

daemon:
  secrets:
    - name-for-reference

The referenced secret must be defined in the 'secrets' section.

Change-Id: Iaaede4ccb94c99d70f3ecad040d5ab6c41428c5e
Partial-Bug: #1651392
Partial-Bug: #1651394
2017-02-02 09:43:22 +00:00
Andrey Pavlov 4f697982a9 Adding ability to specify image for single commands
DLS version was bumped to 0.5.0

Change-Id: I82e910f11c1033ff24d48087329c46691600699b
2017-01-11 13:06:38 +00:00
Andrey Pavlov 025b1d69af Adding CCP_POD_NAME env variable
This variable will be consumed by entrypoint script
to provide pod_name jinja variable
Also dls version was bumped to 0.4.0

Change-Id: I8fc2f026e2f79355c5b80429e3ab7ee854c30639
2016-12-23 12:35:17 +03:00
Krzysztof Szukiełojć cca092e303 Adding Support for Annotations in DSL
Full Annotations support for pod and service is needed for setting
extra options in kubernates for users.

Change-Id: Icbde776e5e8b44cfabe752fb43cab2ed9978ffe5
2016-12-21 12:50:06 +01:00
Andrey Pavlov d318db272a Adding antiAffinity field to DSL
* global and local antiaffinity support added
* dsl doc updated
* dsl version bumped to 0.2.0

Change-Id: I832b00e75bc546f7de1446d660f178c58dc3b1b4
2016-12-09 17:56:59 +03:00
Andrey Pavlov 2ffb9d57d0 Adding dsl version validation
* service version validation added. It will be executed before
  deployment and as part of validate command for service
  definitions.
* dsl_version field now is required field
* initial dsl_version = "0.1.0" added
* doc describing dsl versioning added

Depends-On: I0abe9781300c794d690b0822fc2a857db3ca8ea5
Depends-On: Ib755efe784a1c4bc04fb49827baa268513dd27e1
Depends-On: I62520035507ca7c5ac97a0e34062fa9eac26e2f6
Depends-On: I9afb7143dc876b839297c5bf5c03b156e0daa8c2
Depends-On: I5a05d2538a3315ce2e652219a6cd5aead9c7d617
Depends-On: I4a0c00b40b2af4f213daf7e43419dd46951fc4bc
Depends-On: Id988118f78fcdfe0599abe27959590f56f3617d3
Depends-On: I965814b147179435ef2cf94abc362df866495f8f
Depends-On: Ic9e4e79e848ab944e5910b57cc5cd524f1f97ae0
Depends-On: Ic8d9c334ac57a13066db38562423523bd23b671f
Depends-On: I581b587d36e03d60c5fb04e7dbf0c184c992b526
Depends-On: I4d4b9f363138b85198222ac2e770930ce7bd6ab5
Depends-On: I1728ee34eef02668cb54b1f54291a66d609dd6c4
Depends-On: I4d4b9f363138b85198222ac2e770930ce7bd6ab5
Change-Id: I220d99e76220c124d782c97de51112869c727148
2016-11-22 17:30:12 +03:00
Sergey Reshetnyak 5cb0d7a9fe Rename microservices to fuel-ccp
Change-Id: I883f2a583fd3ff497df91c216d4fae6a7b6a6d6e
2016-07-21 13:45:24 +03:00