Commit Graph

11 Commits

Author SHA1 Message Date
Iury Gregory Melo Ferreira 2cb2f6a049 Fix l-c and requirements job
- update grpcio in requirements.txt
- update cffi, greenlet and grpcio in l-c to avoid problems
when trying to build the wheels.
- adds .stestr to gitignore

Change-Id: Id2d1c3ea60c33803a35082b9064ccba982b014a7
2021-10-05 21:44:48 +02:00
Elod Illes b0e1ded370 Add Python3 yoga unit tests
This patch is originally an automatically generated patch to ensure
unit testing is in place for all the of the tested runtimes for the
next given cycle (this time yoga). However there was an error during
the patch generation as a gitignore rule excludes all hidden directory.
This patch is now removes the general hidden directory ignore rule,
too, to avoid such errors in the future.

Change-Id: I3341f08a7f331fb8b97b2d75106eefcec9b2d5d7
2021-09-15 11:24:33 +02:00
Antoni Segura Puimedon 3d16aeb607 ignore Editor tags
Without this patch, if you use something like ctags, your
git status will always show 'tags' in red.

Change-Id: I7c6c8d40935fc78dc328a11900797818d6d6f094
Signed-off-by: Antoni Segura Puimedon <celebdor@gmail.com>
2018-09-25 12:16:08 +02:00
Chuck Short 055f31365e Switch to using stestr
According to Openstack summit session [1] stestr is
maintained project to which all Openstack projects should migrate.

Let's switch it then.

[1] https://etherpad.openstack.org/p/YVR-python-pti

Change-Id: Idf2f91565f9205c745a7110be5bf81267bd3caf5
Signed-off-by: Chuck Short <chucks@redhat.com>
2018-07-16 15:43:10 +00:00
Antoni Segura Puimedon cfa3d1121b
devstack-heat: Make parameters overridable
Up until now, if you wanted to change the defaults in the parameters,
you had to go and edit the hot/parameters.yml file. This was
inconvenient because it would then show up in git diff and prevent git
review from normal operation. This patch makes it so that now you can
pass the parameters just like if it was the openstack-cli. For example:

    ./devstack-heat stack \
        --parameter \
        "public_net=fbf9bcc6-cbaa-4c24-8d56-8010915a6494" \
        --parameter \
        "image=CentOS-7-x86_64-GenericCloud-1801-01"

Change-Id: Icf4fb124d03f56c8cf383971c5161520a1734d94
Signed-off-by: Antoni Segura Puimedon <antonisp@celebdor.com>
2018-03-08 01:32:07 +01:00
Irena Berezovsky 9fb03707f5 Add Reno release notes support to Kuryr-Kubernetes
Add support for publishing release notes using Reno [1].

[1] http://docs.openstack.org/developer/reno/

closes-Bug: #1733344
Change-Id: I3fbb1cf2f7238c7edaa3137255e5af5ca29f1d89
2017-11-23 15:26:59 +02:00
vikaschoudhary16 632d32be89 Add support to install Kuryr as a network addon
Implements blueprint kubeadminstallable

Change-Id: I38cbc88ee7ee7b544ec15ee8f6ef9e0a0f474c2a
Co-Authored-By: Antoni Segura Puimedon <antonisp@celebdor.com>
Co-Authored-By: Michal Dulko <mdulko@redhat.com>
2017-09-14 13:33:53 +02:00
Frederick F. Kautz IV 0fb247b197 Add *.log to gitignore to ignore vagrant logs
Change-Id: I1e6ac6c4a2b465442d132a1934de4d1d5d3e9552
Implements: blueprint vagrant-kuryr-k8s
2017-03-21 18:08:38 -07:00
Ilya Chukhnakov f383c67b41 tox: fix coverage
'tox -e cover' was broken as 'coverage' was looking for
'kuryr-kubernetes' package instead of 'kuryr_kubernetes'.

Change-Id: I3c52e5ce8b5e2fdad385a2edf16f9dc35f9286cd
2016-11-18 10:14:56 +03:00
Jaume Devesa 86e35666c4 Introduce `kuryr-k8s` service
This commit introduces the `kuryr-k8s` service by adding the service
binary and focusing on loading configuration options.

The configuration options are inherited from kuryr-lib project
(http://github.com/openstack/kuryr) and loaded at runtime, together with
the project ones.

These configuration options can be also generated using the
`oslo-config-generator` utility by using:

    tox -e genconfig

The service runs as any other OpenStack-based service:

    kuryr-k8s [--debug] [--config-file foo] ...

Partial-Implements: blueprint kuryr-k8s-integration
Change-Id: I7e52aef8fb2767dcc46317f2212f4285a17b11da
Signed-off-by: Jaume Devesa <devvesa@gmail.com>
Co-Authored-By: Taku Fukushima <f.tac.mac@gmail.com>
2016-08-29 11:01:50 +02:00
Gal Sagie 04a95048a4 cookiecutter commit for kuryr-kubernetes
Change-Id: Ie6bb10929397918420481a1063cc1187c0951981
2016-05-22 08:54:07 +03:00