From 29551dc2ef8c1b04367095ffbba321d8c719bcf7 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 10 Dec 2018 10:12:50 -0800 Subject: [PATCH] Convert initial content to html for publication This is still quite simple but should be useable in a browser now. Change-Id: Iafefbd48695d920c43aa470593b5c38a9cacd4ac --- README.txt | 3 ++ index.css | 5 ++++ index.html | 58 +++++++++++++++++++++++++++++++++++++++ frontpage.txt => index.md | 15 ++++++++-- 4 files changed, 78 insertions(+), 3 deletions(-) create mode 100644 README.txt create mode 100644 index.css create mode 100644 index.html rename frontpage.txt => index.md (89%) diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..6fc6e05 --- /dev/null +++ b/README.txt @@ -0,0 +1,3 @@ +Html is rendered from Markdown using pandoc: + + pandoc -s index.md -o index.html -c index.css --metadata pagetitle="OpenDev" diff --git a/index.css b/index.css new file mode 100644 index 0000000..a409408 --- /dev/null +++ b/index.css @@ -0,0 +1,5 @@ +body { + max-width: 70%; + margin-left: auto; + margin-right: auto +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..65f8c96 --- /dev/null +++ b/index.html @@ -0,0 +1,58 @@ + + + + + + + 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

+ + + diff --git a/frontpage.txt b/index.md similarity index 89% rename from frontpage.txt rename to index.md index 130fe34..4fb6612 100644 --- a/frontpage.txt +++ b/index.md @@ -49,12 +49,14 @@ 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" @@ -62,12 +64,14 @@ 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 @@ -75,10 +79,12 @@ 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. @@ -86,7 +92,10 @@ 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: +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 + +* Mailing list: openstack-infra@lists.openstack.org +* IRC #openstack-infra on Freenode