feat(components,version): add extra components, new version
[arvados-formula.git] / test / integration / keepstore / controls / config_spec.rb
index 9fb74c9997b382276b8a61e368406f60a14df6f2..d44e6737b1be25537b67cc8de3712502d09b74fc 100644 (file)
@@ -3,16 +3,18 @@
 keepstore_stanza = <<-KEEPSTORE_STANZA
       Keepstore:
         InternalURLs:
-          "http://keep0.example.net:25107/": {}
+          http://keep0.fixme.example.net:25107: {}
 KEEPSTORE_STANZA
 
 volumes_stanza = <<-VOLUMES_STANZA
     Volumes:
-      ### VOLUME_ONE
       fixme-nyw5e-000000000000000:
+        AccessViaHosts:
+          http://keep0.fixme.example.net:25107:
+            ReadOnly: false
         Driver: Directory
-        DriverParameters: {Root: /tmp}
-        AccessViaHosts: {'http://keep0.example.net:25107/': {}}
+        DriverParameters:
+          Root: /tmp
         Replication: 2
 VOLUMES_STANZA