[ARVADOS] updated: 469356d1a60754381e33736ac4f80e1a1e593a7f
git at public.curoverse.com
git at public.curoverse.com
Mon Jun 1 16:32:12 EDT 2015
Summary of changes:
services/api/config/application.default.yml | 2 +-
services/api/db/structure.sql | 2 --
2 files changed, 1 insertion(+), 3 deletions(-)
via 469356d1a60754381e33736ac4f80e1a1e593a7f (commit)
via 121625abcf70672531b35dc4092a4597d8eca4be (commit)
from 76e42f169c6e278c1d8cefe9fb7c03cc70892bac (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 469356d1a60754381e33736ac4f80e1a1e593a7f
Author: Tom Clegg <tom at curoverse.com>
Date: Sun May 31 08:39:20 2015 -0400
Remove non-existent migration from structure.sql. refs #3036
diff --git a/services/api/db/structure.sql b/services/api/db/structure.sql
index e69b216..0eef6b4 100644
--- a/services/api/db/structure.sql
+++ b/services/api/db/structure.sql
@@ -2327,8 +2327,6 @@ INSERT INTO schema_migrations (version) VALUES ('20140714184006');
INSERT INTO schema_migrations (version) VALUES ('20140811184643');
-INSERT INTO schema_migrations (version) VALUES ('20140815171049');
-
INSERT INTO schema_migrations (version) VALUES ('20140817035914');
INSERT INTO schema_migrations (version) VALUES ('20140818125735');
commit 121625abcf70672531b35dc4092a4597d8eca4be
Author: Tom Clegg <tom at curoverse.com>
Date: Sun May 31 08:38:52 2015 -0400
Update example dns_server_update_command. refs #6146
diff --git a/services/api/config/application.default.yml b/services/api/config/application.default.yml
index 34277ee..994748b 100644
--- a/services/api/config/application.default.yml
+++ b/services/api/config/application.default.yml
@@ -148,7 +148,7 @@ common:
#dns_server_conf_template: /path/to/your/api/server/config/unbound.template
## ...plus one of the following two methods of reloading:
#dns_server_reload_command: unbound-control reload
- #dns_server_update_command: unbound-control local_data %{hostname} IN A %{ip_address} && unbound-control local_data %{hostname}.%{uuid_prefix} IN A %{ip_address} && unbound-control local_data %{hostname}.%{uuid_prefix}.arvadosapi.com IN A %{ip_address} && unbound-control local_data %{ptr_domain}. IN PTR %{hostname}.%{uuid_prefix}.arvadosapi.com
+ #dns_server_update_command: echo %{hostname} %{hostname}.%{uuid_prefix} %{hostname}.%{uuid_prefix}.arvadosapi.com %{ptr_domain} | xargs -n 1 unbound-control local_data_remove && unbound-control local_data %{hostname} IN A %{ip_address} && unbound-control local_data %{hostname}.%{uuid_prefix} IN A %{ip_address} && unbound-control local_data %{hostname}.%{uuid_prefix}.arvadosapi.com IN A %{ip_address} && unbound-control local_data %{ptr_domain}. IN PTR %{hostname}.%{uuid_prefix}.arvadosapi.com
compute_node_domain: false
compute_node_nameservers:
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list