How to request operations config change: Difference between revisions
From Nasqueron Agora
(Created page with "If you need something done on a Nasqueron server, you need to request to operations volunteers a config change. To do that, create a task on https://devcentral.nasqueron.org/...") |
No edit summary |
||
Line 2: | Line 2: | ||
To do that, create a task on https://devcentral.nasqueron.org/ and add it to the Servers project. | To do that, create a task on https://devcentral.nasqueron.org/ and add it to the Servers project. | ||
{{Call for action | |||
|link=http://devcentral.nasqueron.org/maniphest/task/edit/form/1/?projets=Server | |||
|text=Create servers task | |||
}} | |||
</span> | |||
== FAQ == | == FAQ == |
Revision as of 21:44, 16 February 2016
If you need something done on a Nasqueron server, you need to request to operations volunteers a config change.
To do that, create a task on https://devcentral.nasqueron.org/ and add it to the Servers project.
FAQ
How to request a SSH key to be added to an account?
Use this specialized form.
How to report a server outage?
Use this specialized form.
How to quickly fill a task without visiting the web page?
You can use `arc`, the Phabricator CLI client.
https://devcentral.nasqueron.org/P162 is a script to:
- create a new task in the Projects server
- print the URL to the console
I frequently need the same thing
That means we need to automate the process, and allow you to trigger it.
To achieve that, we could for example:
- add a console command
- add a feature to our bots infrastructure
- add a specialized application to handle requests