[virttools-web PATCH 0/3] Switch www.virt-tools.org over to use GitLab Pages

Daniel P. Berrangé berrange at redhat.com
Tue Mar 31 10:21:42 UTC 2020


This introduces use of GitLab CI + Pages to replace the current
OpenShift application which is only admin accessible by myself.
It also has automatic integration with LetsEncrypt guaranteeing
that we'll never have expired certificates.

Daniel P. Berrangé (3):
  Convert README to markdown format
  Introduce use of GitLab CI for publishing to GitLab Pages
  Remove obsolete openshift hosting configuration

 .gitlab-ci.yml                             |   9 +
 README                                     |  19 --
 README.md                                  |  15 ++
 openshift/templates/.gitignore             |   2 -
 openshift/templates/update-tls.sh          |  16 --
 openshift/templates/virttools-web-tls.json |  82 -------
 openshift/templates/virttools-web.json     | 272 ---------------------
 {web => public}/header-bg.png              | Bin
 {web => public}/index.css                  |   0
 {web => public}/index.html                 |   4 +-
 {web => public}/logo-kvm.png               | Bin
 {web => public}/logo-libguestfs.png        | Bin
 {web => public}/logo-libosinfo.png         | Bin
 {web => public}/logo-libvirt.png           | Bin
 {web => public}/logo-qemu.png              | Bin
 {web => public}/logo-virt-manager.png      | Bin
 {web => public}/logo.png                   | Bin
 {web => public}/logo.xcf                   | Bin
 18 files changed, 25 insertions(+), 394 deletions(-)
 create mode 100644 .gitlab-ci.yml
 delete mode 100644 README
 create mode 100644 README.md
 delete mode 100644 openshift/templates/.gitignore
 delete mode 100755 openshift/templates/update-tls.sh
 delete mode 100644 openshift/templates/virttools-web-tls.json
 delete mode 100644 openshift/templates/virttools-web.json
 rename {web => public}/header-bg.png (100%)
 rename {web => public}/index.css (100%)
 rename {web => public}/index.html (93%)
 rename {web => public}/logo-kvm.png (100%)
 rename {web => public}/logo-libguestfs.png (100%)
 rename {web => public}/logo-libosinfo.png (100%)
 rename {web => public}/logo-libvirt.png (100%)
 rename {web => public}/logo-qemu.png (100%)
 rename {web => public}/logo-virt-manager.png (100%)
 rename {web => public}/logo.png (100%)
 rename {web => public}/logo.xcf (100%)

-- 
2.24.1




More information about the libvir-list mailing list