system-config/tools/invite2summit
Jeremy Stanley 2f8a91ef22 Stop running stable/folsom jobs
The OpenStack Havana release heralds end of support for Folsom, so
stop testing it.

* modules/jenkins/files/slave_scripts/docbook-properties.sh: Remove
folsom-specific settings.

* .../openstack_project/files/gerrit/acls/openstack/ceilometer.config:
Get rid of the stable/folsom ACL override.

* .../jenkins_job_builder/config/devstack-gate.yaml
* .../manuals.yaml
* .../projects.yaml
* .../python-bitrot-jobs.yaml
* modules/openstack_project/files/zuul/layout-dev.yaml
* .../layout.yaml: Remove all folsom-only jobs and clean up
configuration and comments associated with them.

* tools/invite2summit/settings.py.sample: Adjust usage comment to no
longer refer to Folsom.

Change-Id: Ieb38a74e6945abe2e40cd3e1cd23b52fbd826933
2013-11-13 20:35:34 +00:00
..
atc_sample.csv Adds the script used to send summit invitations to ATC 2013-10-23 15:57:48 -07:00
codes_sample.csv Adds the script used to send summit invitations to ATC 2013-10-23 15:57:48 -07:00
README Adds the script used to send summit invitations to ATC 2013-10-23 15:57:48 -07:00
sample.atc.csv Adds the script used to send summit invitations to ATC 2013-10-23 15:57:48 -07:00
send.py Adds the script used to send summit invitations to ATC 2013-10-23 15:57:48 -07:00
settings.py.sample Stop running stable/folsom jobs 2013-11-13 20:35:34 +00:00

It sends codes from codes.csv to ATCs in atc.csv and outputs a csv file
with which name corresponds to which code.

You use it like this:

- Copy settings.py.sample to settings.py
- Update values in settings.py, especially EMAIL_USER, EMAIL_FROM,
EMAIL_SIGNATURE and EMAIL_PASSWORD
- Run a test with "python send.py atc_sample.csv codes_sample.csv"

Should work on stock Ubuntu. 

When ready, run the real thing with:

$ python send.py atc.csv codes.csv > sent.csv