From 779bdca9947d70c51ad4dbc58dbb52f0e93ed7bf Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 29 May 2019 10:24:58 +0200 Subject: [PATCH] Retire repo This repo is not used anymore, retire it. Depends-On: https://review.opendev.org/661910 Change-Id: I3e22fcb2debbeae704bb05d8e92552d8ea3d4f55 --- .gitreview | 4 -- .zuul.yaml | 28 --------- README.txt | 12 +++- index.md | 101 ------------------------------- playbooks/copy-to-artifacts.yaml | 11 ---- playbooks/copy-to-logs.yaml | 6 -- www/index.css | 5 -- www/index.html | 58 ------------------ 8 files changed, 10 insertions(+), 215 deletions(-) delete mode 100644 .gitreview delete mode 100644 .zuul.yaml delete mode 100644 index.md delete mode 100644 playbooks/copy-to-artifacts.yaml delete mode 100644 playbooks/copy-to-logs.yaml delete mode 100644 www/index.css delete mode 100644 www/index.html diff --git a/.gitreview b/.gitreview deleted file mode 100644 index 8f5d8b2..0000000 --- a/.gitreview +++ /dev/null @@ -1,4 +0,0 @@ -[gerrit] -host=review.opendev.org -port=29418 -project=openstack-infra/opendev-website.git diff --git a/.zuul.yaml b/.zuul.yaml deleted file mode 100644 index 3f3751a..0000000 --- a/.zuul.yaml +++ /dev/null @@ -1,28 +0,0 @@ -- job: - name: opendev-website-build - description: | - Publishes a draft version of the OpenDev website. - success-url: www/ - run: playbooks/copy-to-logs.yaml - nodeset: - nodes: [] - -- job: - name: opendev-website-publish - parent: publish-opendev-website - description: | - Publishes the OpenDev website. - run: playbooks/copy-to-artifacts.yaml - nodeset: - nodes: [] - -- project: - check: - jobs: - - opendev-website-build - gate: - jobs: - - opendev-website-build - post: - jobs: - - opendev-website-publish diff --git a/README.txt b/README.txt index d04a009..a165254 100644 --- a/README.txt +++ b/README.txt @@ -1,3 +1,11 @@ -Html is rendered from Markdown using pandoc: +This project is no longer maintained. + +The contents of this repository are still available in the Git +source code management system. To see the contents of this +repository before it reached its end of life, please check out the +previous commit with "git checkout HEAD^1". + +For any further questions, please email +openstack-discuss@lists.openstack.org or join #openstack-infra on +Freenode. - pandoc -s index.md -o www/index.html -c www/index.css --metadata pagetitle="OpenDev" diff --git a/index.md b/index.md deleted file mode 100644 index 4fb6612..0000000 --- a/index.md +++ /dev/null @@ -1,101 +0,0 @@ -OpenDev -======= - -OpenDev is a space for collaborative Open Source software development. - -OpenDev's mission is to provide project hosting, continuous integration -tooling, and virtual collaboration spaces for Open Source software projects. -OpenDev is itself self hosted on this set of tools including Code Review -(Gerrit), Continuous Integration (Zuul), Etherpad, Wiki (mediawiki), and -so on. This means that OpenDev itself is run like an open source project, -you can join us and help run the system. Additionally all of the services -we run are open source software themselves. - -Current Status -============== - -We are still very early in the process of building this out. We have -DNS servers and this website running to start. - -Most of the services we plan to run will be inherited and rebranded from -the existing community run OpenStack Infrastructure. This means that we -do already have services running, but until we transition them into -OpenDev they may say "OpenStack" across the top or in their URLs. - -Changes we plan to make -======================= - -There are far too many things to capture here so we'll go after the -highlights instead: - -* Move existing services like Gerrit and Etherpad under the opendev.org - domain. Remove OpenStack branding as necessary. -* For the code review and CI toolchain treat the services as multitenant. - This will likely involve moving code repos around. - * We'll need to build better project renaming and provisioning tools. - -Join Us -======= - -As mentioned previously the OpenDev services themselves are open source -software managed on top of Opendev itself. This means that in addition to -using OpenDev to host your software development activities you can help us -run OpenDev with all of the same tools. - -If you use the system and find it useful, we'd love to have your help -running it as well. - -FAQ -=== - -Isn't this just OpenStack Infrastructure rebranded? ---------------------------------------------------- - -It is more than that. We want to make this toolset available to others -that would find it helpful. OpenStack would become one of the OpenDev -tenants, but other tenants like Zuul or $gizmo would be just as important. - -Can I host my project on OpenDev? ---------------------------------- - -Yes! However, as noted above it is still early days yet and the early -experience might be a bit bumpy. Certain things may still say "OpenStack" -on them as we figure out the transition. And while any moves should come -with appropriate redirects, we may have some inadvertent misses. - -Can I run tests on Windows or OSX machines? -------------------------------------------- - -Currently all of our test resources are Linux based. Adding additional -platforms would likely require someone to help us get that running, but Zuul -will support systems with ansible connection plugins. Talk to us! - -I am an existing OpenStack Infra user do I need to do anything? ---------------------------------------------------------------- - -No. We'll continue to communicate changes as they happen. We'll also -do our best to make this as smooth a transition as possible. If we run -into situations that force us to break something we'll be sure to let -you know at that point. - -Is a CLA required for hosted repos? ------------------------------------ - -No. - -What if I don't like Gerrit and would prefer (insert tool here)? ----------------------------------------------------------------- - -We've got a fair bit of experience with the existing toolset and adding -new tools for which we've already got an answer is currently out of scope. -We think the existing tools (like Gerrit) work well, and should only get -better as we update them. The system is able to scale because we do not need -multiple implementations of different software that solve similar problems. - -Contact info -============ - -These will be updated when moved to their new OpenDev locations - -* Mailing list: openstack-infra@lists.openstack.org -* IRC #openstack-infra on Freenode diff --git a/playbooks/copy-to-artifacts.yaml b/playbooks/copy-to-artifacts.yaml deleted file mode 100644 index a53a461..0000000 --- a/playbooks/copy-to-artifacts.yaml +++ /dev/null @@ -1,11 +0,0 @@ -- hosts: localhost - tasks: - - name: Copy content to artifacts dir - copy: - src: "{{ zuul.executor.work_root }}/{{ zuul.projects['opendev.org/openstack-infra/opendev-website'].src_dir }}/www/" - dest: "{{ zuul.executor.work_root }}/artifacts/" - - - name: Write marker text - copy: - dest: "{{ zuul.executor.work_root }}/artifacts/.root-marker" - content: "Project: {{ zuul.project.name }} Branch: {{ zuul.branch }} Build: {{ zuul.build }} Revision: {{ zuul.ref }}" diff --git a/playbooks/copy-to-logs.yaml b/playbooks/copy-to-logs.yaml deleted file mode 100644 index c97b8d2..0000000 --- a/playbooks/copy-to-logs.yaml +++ /dev/null @@ -1,6 +0,0 @@ -- hosts: localhost - tasks: - - name: Copy content to logs dir - copy: - src: "{{ zuul.executor.work_root }}/{{ zuul.projects['opendev.org/openstack-infra/opendev-website'].src_dir }}/www" - dest: "{{ zuul.executor.log_root }}" diff --git a/www/index.css b/www/index.css deleted file mode 100644 index a409408..0000000 --- a/www/index.css +++ /dev/null @@ -1,5 +0,0 @@ -body { - max-width: 70%; - margin-left: auto; - margin-right: auto -} diff --git a/www/index.html b/www/index.html deleted file mode 100644 index 65f8c96..0000000 --- a/www/index.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - OpenDev - - - - - -

OpenDev

-

OpenDev is a space for collaborative Open Source software development.

-

OpenDev’s mission is to provide project hosting, continuous integration tooling, and virtual collaboration spaces for Open Source software projects. OpenDev is itself self hosted on this set of tools including Code Review (Gerrit), Continuous Integration (Zuul), Etherpad, Wiki (mediawiki), and so on. This means that OpenDev itself is run like an open source project, you can join us and help run the system. Additionally all of the services we run are open source software themselves.

-

Current Status

-

We are still very early in the process of building this out. We have DNS servers and this website running to start.

-

Most of the services we plan to run will be inherited and rebranded from the existing community run OpenStack Infrastructure. This means that we do already have services running, but until we transition them into OpenDev they may say “OpenStack” across the top or in their URLs.

-

Changes we plan to make

-

There are far too many things to capture here so we’ll go after the highlights instead:

- -

Join Us

-

As mentioned previously the OpenDev services themselves are open source software managed on top of Opendev itself. This means that in addition to using OpenDev to host your software development activities you can help us run OpenDev with all of the same tools.

-

If you use the system and find it useful, we’d love to have your help running it as well.

-

FAQ

-

Isn’t this just OpenStack Infrastructure rebranded?

-

It is more than that. We want to make this toolset available to others that would find it helpful. OpenStack would become one of the OpenDev tenants, but other tenants like Zuul or $gizmo would be just as important.

-

Can I host my project on OpenDev?

-

Yes! However, as noted above it is still early days yet and the early experience might be a bit bumpy. Certain things may still say “OpenStack” on them as we figure out the transition. And while any moves should come with appropriate redirects, we may have some inadvertent misses.

-

Can I run tests on Windows or OSX machines?

-

Currently all of our test resources are Linux based. Adding additional platforms would likely require someone to help us get that running, but Zuul will support systems with ansible connection plugins. Talk to us!

-

I am an existing OpenStack Infra user do I need to do anything?

-

No. We’ll continue to communicate changes as they happen. We’ll also do our best to make this as smooth a transition as possible. If we run into situations that force us to break something we’ll be sure to let you know at that point.

-

Is a CLA required for hosted repos?

-

No.

-

What if I don’t like Gerrit and would prefer (insert tool here)?

-

We’ve got a fair bit of experience with the existing toolset and adding new tools for which we’ve already got an answer is currently out of scope. We think the existing tools (like Gerrit) work well, and should only get better as we update them. The system is able to scale because we do not need multiple implementations of different software that solve similar problems.

-

Contact info

-

These will be updated when moved to their new OpenDev locations

- - -