5 Commits

Author SHA1 Message Date
Guillaume Boutry
bea5825861
Use ecr registry for juju images on k8s controller
docker.io enforces harsh limits, use the ECR registry for juju images.

Change-Id: Ibc808eaf99b40f197b7afbef315ee3d89af9a6a2
2024-04-15 11:44:04 +02:00
Hemanth Nakkina
b031cd7118
Elevate permissions for microk8s inspect
Use elevated permissions for microk8s inspect command

Change-Id: Ia22994b945c69f7dd608d7f605dc35fd02f8e8f2
2024-04-14 15:41:53 +05:30
Guillaume Boutry
5dc2ba323b
Inspect microk8s after bootstrap task
Always inspect the microk8s installation after bootstrap task.

Change-Id: I8da2ee9d5893ac229004ebf8a134253c834958a5
2024-04-12 16:26:41 +02:00
Hemanth Nakkina
a247f7b2d5
Change functest nodeset to ubuntu-jammy
Functests are currently run on ubuntu-focal.
Change zuul configuration to chose ubuntu-jammy.

Change-Id: Iae2b7cc57c7f639f017ae3ccd5fe787e59047c68
2024-02-21 16:02:33 +05:30
Hemanth Nakkina
df70e376ff
Add zuuljobs
* Add sunbeam project template to run pep8, py3 tests
* Add zuul.d/zuul.yaml to run pep8, py3, cover tests
* Update charmcraft and requirements for each charm
* Add global tox.ini to invoke fmt, pep8, py3, cover,
  build
* Add gitreview file
* Fix py3 test failures in ciner-ceph-k8s, glance-k8s,
  openstack-exporter
* Add jobs for charm builds using files option so that
  job is invoked if files within the component are
  modified. Add charm builds to both check and gate
  pipeline.
* Make function tests as part of global. Split the function
  tests into core, ceph, caas, misc mainly to accomodate
  function tests to run on 8GB. Add function tests as
  part of check pipeline.
* Add zuul job to publish charms in promote pipeline
  Add charmhub token as secret that can be used to
  publish charms.
  Note: Charmhub token is generated with ttl of 90 days.
* Run tox formatting
* Make .gitignore, .jujuignore, .stestr.conf global and
  remove the files from all charms.
* Make libs and templates global. Split libs to internal
  and external so that internal libs can adhere to
  sunbeam formatting styles.
* Add script to copy common files necessary libs, config
  templates, stestr conf, jujuignore during py3 tests
  and charm builds.
* Tests for keystone-ldap-k8s are commented due to
  intermittent bug LP#2045206

Change-Id: I804ca64182c109d16bd820ac00f129aa6dcf4496
2023-11-30 15:32:39 +05:30