Commit Graph

33 Commits

Author SHA1 Message Date
Vu Cong Tuan 147e487bdf Remove testrepository
This commit is a follow-up of "switch to using stestr"
which was merged already [1].
After switch to using stestr, testrepository is unnecessary
and should be removed.

[1] https://review.openstack.org/571948

Change-Id: I7b496624721173955315869b17d3f2050dc83d30
2018-07-11 17:44:40 +07:00
Kien Nguyen 6bedf6ce3b Update .gitignore
Because egg* already ignores egg-info & .eggs.

Change-Id: Ibeb7fcb497a9a3bf5756efd8bced4bf3e74711a8
2017-12-01 13:20:38 +07:00
Graham Hayes 85a1021ac2
Update gitignore list
Change-Id: I50e6a06dc3fadac5307e5d17c8bcf14e594cfd81
2017-10-19 14:13:03 +01:00
Dai Dang Van e89e048ce5 Ignore .stestr/
Change-Id: I25da6cdb90e358a7a7774a79de9f9aff6892c6b1
2017-10-13 16:10:46 +07:00
Ben George 660b4e0f29 Add etc/designate/*.yaml to .gitignore
With recent changes to pool manager config, it is common for users to
have a pool.yaml in etc/designate.

Change-Id: I9c852139907c50c96d33eaa62fa6b006c1ff85e8
2016-06-08 21:52:19 +00:00
Graham Hayes e9db59d3b3 Start Designate API-Ref style documentation
Creates api-ref test env
Add basic v2/zones API documentation

Change-Id: I1783234c59319fdcb13b0df90f662253e822bab3
Depends-On: I0e615d36a2e5a8fa0d83f20bdcc2c33ad868ebd5
2016-05-16 16:41:02 +01:00
Graham Hayes 08f30bda8b Add Reno for release notes tracking
Change-Id: If68f435f9b866a53e6b3a7b506a299eca6cf0b7e
2015-11-23 18:00:36 +00:00
Federico Ceratto 443b802a36 Remove functional-tests.log, update .gitignore
Change-Id: Iecb7e790f99dc4581a5e78aa7a2403c20f235c62
2015-09-17 15:18:33 +01:00
Graham Hayes e33a3cf35a Test - add nicer formating to flake8 output
Change-Id: Ie1ee4ae5416277f5012646c8b47477e61ec55be0
2015-07-08 18:29:30 +01:00
Kiall Mac Innes 17c27dd4c3 Add .eggs to .gitignore
Change-Id: I363632ae3f8ecbad806f9734b0bda29a2a407c50
2015-05-30 19:17:12 +01:00
Graham Hayes 3e71b0a038 Add iPythonNotebook files to git ignore
Change-Id: Ifb77aae69d622e0c0929612517d927aa4e106253
2015-03-16 18:15:33 +00:00
Kiall Mac Innes 72ff534a62 Enable Tempest Functional Tests
Change-Id: I617c15aa5ba03bec103991f9b65ddc5e3181bd13
2015-03-13 15:50:37 +00:00
Kiall Mac Innes 6d93373b60 Add .coveragerc configuration file
We now ignore the openstack common and designate test code from
our coverage reports.

Change-Id: Iecbc4623df31cb98d9f1a074e147a0f1c8bd8bda
2015-01-14 10:46:09 -08:00
Kiall Mac Innes 2343e34906 Split Vagrant out of contrib/devstack
Change-Id: I9680ab20cd480f3100a628675cc813f46bcb6813
2014-09-13 14:33:58 +01:00
Graham Hayes cb6c46397b Added *.sqlite3 to gitignore
Change-Id: Ia49e8b091ae4b3f6e5ba9e4d7ec4fd448efb3564
2014-06-20 12:31:05 +01:00
Kiall Mac Innes 85bb70217e Add DevStack Vagrantfile
Change-Id: I43facef5d94037ba9f030bcc6c44fccc43d9c19c
2014-06-09 13:32:21 +01:00
Kiall Mac Innes ce325c9c04 Introduce RecordSets concept to core, and add initial RRSet API to v2
The v2 RecordSet API is experimental. This commit is intended to only provide
a stable experience with the V1 API.

Change-Id: I168401d8ce3066a19d3538b3ec5cd36338b10b44
2013-12-17 15:16:51 +00:00
Endre Karlson c81d5f36c2 Switch to testr / testtools / fixtures, remove nose
* This also fixes us up to hacking standards
* Remove assertGreater* usage in favor of assertEqual py26..
* assertEquals > assertEqual

Change-Id: I8083c96da09897d650ca6fffc0e340d9c057db8d
2013-11-18 14:28:43 +01:00
Tim Simmons ad1935a9da Add Description Field to Domains/Records
Adds a description field to Domains and Records. Adds accompanying tests to
ensure that the field is UTF-8 compatible. Adds databse migration to add the
appropriate columns to the database.

Change-Id: Iaa1ac6aee01fadc409ea16298c83946f35bdde33
Implements: blueprint resource-notes
2013-08-08 15:56:40 +00:00
TimSimmons dd9c90d80b Update 'Getting Started' Doc
Change directions slightly for the Getting
Started Document and updating the sample
configuartion file. Also updating .gitignore
for Mac Users.

Change-Id: I90fff8c780fbbe990f14234a14371f6be67f8966
2013-07-31 09:37:51 -05:00
Kiall Mac Innes 0d00610eef Move Keystone config to main designate config
The keystone middleware can be configured using the main designate
config file. This allows the api-paste config file to be left as is
by most designate users.

Bug #1206091

Change-Id: I6b0be7dbdecdecd5579b3024b59d8a070205fc1e
2013-07-29 15:42:08 +01:00
Kiall Mac Innes 193085cf56 Rename Moniker -> Designate
Change-Id: I4b9c7b277a524058408d5c551bb51531e9a3949c
2013-06-09 21:15:03 +01:00
Kiall Mac Innes 00ea223c6e Move config files from 'etc/' to 'etc/moniker/' to match what oslo's update.py expects.
Change-Id: I53d7ed83ed3918e38ec44d9549fb006efaf93b7a
2013-01-28 23:41:31 +00:00
Kiall Mac Innes 6aa3cc712d Add /bind9 to .gitignore
Change-Id: I4d71c54933a66a8c52dbb0385e8ce5d39201d95d
2012-12-04 17:58:34 +00:00
Kiall Mac Innes b1fc09af82 Add *.egg to .gitignore
Change-Id: If0eab25743c53da90012e1e906c020a52e3b2486
2012-11-13 17:16:52 +00:00
Kiall Mac Innes e3e3f41588 Add initial support for handling notifications from other OpenStack services.
Change-Id: Icb8ed892f11bc195c83e8165776c11889fcf8f07
2012-11-04 23:11:26 +00:00
Kiall Mac Innes 0eed451956 Import and make use of openstack.common.version module
Change-Id: I3c3192a12a7dbd6cf7d9a376325a2b0b9b29db41
2012-11-01 14:35:21 +00:00
Kiall Mac Innes a2f022d41b Add sphinx doc skeleton 2012-10-31 19:12:07 +00:00
Kiall Mac Innes 841ae8bd15 Add .venv to gitignore file 2012-10-14 19:01:55 +01:00
Kiall Mac Innes 5d9513349e Switch from Flask's WSGI Server to OpenStack Commons + Use PasteDeploy for easier Keystone integration. 2012-10-14 18:04:25 +01:00
Kiall Mac Innes 8bc792c373 Make use of OpenStack Common setup module 2012-10-13 01:05:06 +01:00
Kiall Mac Innes 9ad2e6e8df Lots of changes:
* Sync with OS-Common
  * Switch from openstack.common.manager to openstack.common.rpc.service
  * Apply WIP patch from https://review.openstack.org/13953
* Re-add Keystone Middleware
* Rename config files to *.conf.sample as keystone tokens will now be required
* Fixed a few bugs in the bind9 agent. (It still needs an overhaul to be considered stable though)
2012-10-03 18:51:39 +01:00
Kiall Mac Innes e851d552c8 Initial Public Commit.
The previous history contained sensitive imformation.
2012-09-25 08:04:13 +01:00