How to request operations config change: Difference between revisions
From Nasqueron Agora
m (Dereckson moved page Request operations config change to How to request operations config change: coherence with How to contribute code) |
|||
Line 32: | Line 32: | ||
* add a feature to our bots infrastructure | * add a feature to our bots infrastructure | ||
* add a specialized application to handle requests | * add a specialized application to handle requests | ||
[[Category:Reference]] |
Revision as of 00:04, 17 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