microstack/tools
Chris MacNaughton 902bd7c6c6 Migrate functional testing to third-parth CI
* enable running lint with the upstream linters job;
* Use numeric versions of OpenStack packages in the python-packages
  section of the openstack-projects part since the resolver change in
  recent versions of pip disallows for constraints dependencies of
  packages that come from a URL or a path.
  https://github.com/pypa/pip/issues/8210
  * The newest released version of pip is always used during builds
    since snapcraft uses venv to set up virtual environments and the
    ensurepip package is invoked such that a pip version shipped with
    the distro version of python is upgraded:
    https://github.com/python/cpython/blob/3.8/Lib/venv/__init__.py#L282-L289
          cmd = [context.env_exe, '-Im', 'ensurepip', '--upgrade',
                                                  '--default-pip']
  * Environment variables are ignored when pip is installed in the venv:
  https://docs.python.org/3/using/cmdline.html#id2 (-I option)
  So there is no way to use the old pip version resolver.

Change-Id: Id97dc7f14301ed0f6aed3e10f5c00e6dd7ac93d2
Co-Authored-By: Dmitrii Shcherbakov <dmitrii.shcherbakov@canonical.com>
2021-01-15 14:08:02 +03:00
..
cluster Use UTC for expiration date of tokens 2020-11-05 20:42:03 -07:00
init Fix service enablement during init 2020-11-12 15:01:32 +03:00
launch Strict confinement (devmode) 2020-03-05 09:31:15 +00:00
microstack Add Secure Clustering 2020-10-15 01:37:33 +03:00
setup-lvm-loopdev Use focal/core20/Ussuri/OVN & enable confinement 2020-09-25 13:20:12 +00:00
basic_setup.sh Switch to Firefox from PhantomJS 2020-04-23 16:24:22 +03:00
connect.sh Strict confinement related fixes 2020-04-02 17:31:54 +00:00
lxd_build.sh Migrate functional testing to third-parth CI 2021-01-15 14:08:02 +03:00
make-a-dev-box.sh Added "make a dev box" script. 2019-11-29 20:20:42 +00:00
make-a-microstack.sh Use focal/core20/Ussuri/OVN & enable confinement 2020-09-25 13:20:12 +00:00
multipass_build.sh Make Horizon Dashboard settings operator overrideable. 2019-09-24 18:27:39 +00:00
update_path.py Clean up tox.ini a bit 2019-11-05 15:36:24 +00:00