feat(components,version): add extra components, new version
[arvados-formula.git] / test / integration / controller / controls / config_spec.rb
index 6e64bc40876842ad024ab91767f2afda1f8413e3..c3bc1764c2f626f797db6755f2fa29bcb1db262d 100644 (file)
@@ -3,16 +3,18 @@
 controller_stanza = <<-CONTROLLER_STANZA
       Keepstore:
         InternalURLs:
-          "http://keep0.example.net:25107/": {}
+          http://keep0.fixme.example.net:25107: {}
 CONTROLLER_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