minor updates
diff --git a/linux/system/repo-local/mos9.yml b/linux/system/repo-local/mos9.yml
new file mode 100644
index 0000000..6886185
--- /dev/null
+++ b/linux/system/repo-local/mos9.yml
@@ -0,0 +1,53 @@
+parameters:
+  linux:
+    system:
+      repo:
+        mos9_openstack:
+          source: "deb [arch=amd64] http://${_param:local_repo_url}/mos9/ mos9.0 main"
+          architectures: amd64
+          key_url: "http://${_param:local_repo_url}/public.gpg"
+          pin:
+          - pin: 'release s=mos9.0'
+            priority: 1100
+            package: '*'
+        mos9_openstack_hotfix:
+          source: "deb [arch=amd64] http://${_param:local_repo_url}/mos9/ mos9.0-hotfix main"
+          architectures: amd64
+          key_url: "http://${_param:local_repo_url}/public.gpg"
+          pin:
+          - pin: 'release s=mos9.0-hotfix'
+            priority: 1100
+            package: '*'
+        mos9_openstack_proposed:
+          source: "deb [arch=amd64] http://${_param:local_repo_url}/mos9/ mos9.0-proposed main"
+          architectures: amd64
+          key_url: "http://${_param:local_repo_url}/public.gpg"
+          pin:
+          - pin: 'release s=mos9.0-proposed'
+            priority: 1100
+            package: '*'
+        mos9_openstack_security:
+          source: "deb [arch=amd64] http://${_param:local_repo_url}/mos9/ mos9.0-security main"
+          architectures: amd64
+          key_url: "http://${_param:local_repo_url}/public.gpg"
+          pin:
+          - pin: 'release s=mos9.0-security'
+            priority: 1100
+            package: '*'
+        mos9_openstack_updates:
+          source: "deb [arch=amd64] http://${_param:local_repo_url}/mos9/ mos9.0-updates main"
+          architectures: amd64
+          key_url: "http://${_param:local_repo_url}/public.gpg"
+          pin:
+          - pin: 'release s=mos9.0-updates'
+            priority: 1100
+            package: '*'
+        mos9_murano:
+          refresh_db: ${_param:linux_repo_refresh_db}
+          source: "deb [arch=amd64] http://${_param:local_repo_url}/mos9/ mos9.0 murano"
+          architectures: amd64
+          key_url: "http://${_param:local_repo_url}/public.gpg"
+          pin:
+          - pin: 'release s=mos8.0-proposed'
+            priority: 1100
+            package: '*'