chore: move nova to offline-install
diff --git a/roles/openstack_helm_nova/defaults/main.yml b/roles/openstack_helm_nova/defaults/main.yml
index c0415ad..0cc3af0 100644
--- a/roles/openstack_helm_nova/defaults/main.yml
+++ b/roles/openstack_helm_nova/defaults/main.yml
@@ -1,37 +1,29 @@
----
-# .. vim: foldmarker=[[[,]]]:foldmethod=marker
-
-# .. Copyright (C) 2022 VEXXHOST, Inc.
-# .. SPDX-License-Identifier: Apache-2.0
-
-# Default variables
-# =================
-
-# .. contents:: Sections
-# :local:
-
-
-# .. envvar:: openstack_helm_nova_values [[[
+# Copyright (c) 2023 VEXXHOST, Inc.
#
-# Overrides for Helm chart values
-openstack_helm_nova_values: {}
-
- # ]]]
-# .. envvar:: openstack_helm_nova_ssh_key [[[
+# Licensed under the Apache License, Version 2.0 (the "License"); you may
+# not use this file except in compliance with the License. You may obtain
+# a copy of the License at
#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+
+openstack_helm_nova_helm_release_name: nova
+openstack_helm_nova_helm_chart_path: "{{ role_path }}/../../charts/nova/"
+openstack_helm_nova_helm_chart_ref: /usr/local/src/nova
+
+openstack_helm_nova_helm_release_namespace: openstack
+openstack_helm_nova_helm_values: {}
+
# Private SSH key used for cold & live migration
openstack_helm_nova_ssh_key: "{{ undef(hint='You must specifiy an SSH key for Nova.') }}"
- # ]]]
-# .. envvar:: openstack_helm_nova_flavors [[[
-#
# List of flavors to provision inside Nova
openstack_helm_nova_flavors: []
- # ]]]
-# .. envvar:: openstack_helm_nova_ingress_annotations [[[
-#
-# Ingress annotations
+# List of annotations to apply to the Ingress
openstack_helm_nova_ingress_annotations: {}
-
- # ]]]