Retire repo

This repo is not used anymore, retire it.

Depends-On: https://review.opendev.org/661910
Change-Id: I3e22fcb2debbeae704bb05d8e92552d8ea3d4f55
This commit is contained in:
Andreas Jaeger 2019-05-29 10:24:58 +02:00
parent 018850fe04
commit 779bdca994
8 changed files with 10 additions and 215 deletions

View File

@ -1,4 +0,0 @@
[gerrit]
host=review.opendev.org
port=29418
project=openstack-infra/opendev-website.git

View File

@ -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

View File

@ -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"

101
index.md
View File

@ -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

View File

@ -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 }}"

View File

@ -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 }}"

View File

@ -1,5 +0,0 @@
body {
max-width: 70%;
margin-left: auto;
margin-right: auto
}

View File

@ -1,58 +0,0 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>OpenDev</title>
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
</style>
<link rel="stylesheet" href="index.css" />
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<h1 id="opendev">OpenDev</h1>
<p>OpenDev is a space for collaborative Open Source software development.</p>
<p>OpenDevs 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.</p>
<h1 id="current-status">Current Status</h1>
<p>We are still very early in the process of building this out. We have DNS servers and this website running to start.</p>
<p>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.</p>
<h1 id="changes-we-plan-to-make">Changes we plan to make</h1>
<p>There are far too many things to capture here so well go after the highlights instead:</p>
<ul>
<li>Move existing services like Gerrit and Etherpad under the opendev.org domain. Remove OpenStack branding as necessary.</li>
<li>For the code review and CI toolchain treat the services as multitenant. This will likely involve moving code repos around.
<ul>
<li>Well need to build better project renaming and provisioning tools.</li>
</ul></li>
</ul>
<h1 id="join-us">Join Us</h1>
<p>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.</p>
<p>If you use the system and find it useful, wed love to have your help running it as well.</p>
<h1 id="faq">FAQ</h1>
<h2 id="isnt-this-just-openstack-infrastructure-rebranded">Isnt this just OpenStack Infrastructure rebranded?</h2>
<p>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.</p>
<h2 id="can-i-host-my-project-on-opendev">Can I host my project on OpenDev?</h2>
<p>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.</p>
<h2 id="can-i-run-tests-on-windows-or-osx-machines">Can I run tests on Windows or OSX machines?</h2>
<p>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!</p>
<h2 id="i-am-an-existing-openstack-infra-user-do-i-need-to-do-anything">I am an existing OpenStack Infra user do I need to do anything?</h2>
<p>No. Well continue to communicate changes as they happen. Well also do our best to make this as smooth a transition as possible. If we run into situations that force us to break something well be sure to let you know at that point.</p>
<h2 id="is-a-cla-required-for-hosted-repos">Is a CLA required for hosted repos?</h2>
<p>No.</p>
<h2 id="what-if-i-dont-like-gerrit-and-would-prefer-insert-tool-here">What if I dont like Gerrit and would prefer (insert tool here)?</h2>
<p>Weve got a fair bit of experience with the existing toolset and adding new tools for which weve 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.</p>
<h1 id="contact-info">Contact info</h1>
<p>These will be updated when moved to their new OpenDev locations</p>
<ul>
<li>Mailing list: openstack-infra@lists.openstack.org</li>
<li>IRC #openstack-infra on Freenode</li>
</ul>
</body>
</html>