diff options
Diffstat (limited to 'collections-debian-merged/ansible_collections/netapp_eseries/santricity/.idea')
7 files changed, 170 insertions, 0 deletions
diff --git a/collections-debian-merged/ansible_collections/netapp_eseries/santricity/.idea/.gitignore b/collections-debian-merged/ansible_collections/netapp_eseries/santricity/.idea/.gitignore new file mode 100644 index 00000000..26d33521 --- /dev/null +++ b/collections-debian-merged/ansible_collections/netapp_eseries/santricity/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/collections-debian-merged/ansible_collections/netapp_eseries/santricity/.idea/inspectionProfiles/profiles_settings.xml b/collections-debian-merged/ansible_collections/netapp_eseries/santricity/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 00000000..105ce2da --- /dev/null +++ b/collections-debian-merged/ansible_collections/netapp_eseries/santricity/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ +<component name="InspectionProjectProfileManager"> + <settings> + <option name="USE_PROJECT_PROFILE" value="false" /> + <version value="1.0" /> + </settings> +</component>
\ No newline at end of file diff --git a/collections-debian-merged/ansible_collections/netapp_eseries/santricity/.idea/misc.xml b/collections-debian-merged/ansible_collections/netapp_eseries/santricity/.idea/misc.xml new file mode 100644 index 00000000..65531ca9 --- /dev/null +++ b/collections-debian-merged/ansible_collections/netapp_eseries/santricity/.idea/misc.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.6" project-jdk-type="Python SDK" /> +</project>
\ No newline at end of file diff --git a/collections-debian-merged/ansible_collections/netapp_eseries/santricity/.idea/modules.xml b/collections-debian-merged/ansible_collections/netapp_eseries/santricity/.idea/modules.xml new file mode 100644 index 00000000..6d9217c9 --- /dev/null +++ b/collections-debian-merged/ansible_collections/netapp_eseries/santricity/.idea/modules.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ProjectModuleManager"> + <modules> + <module fileurl="file://$PROJECT_DIR$/.idea/santricity.iml" filepath="$PROJECT_DIR$/.idea/santricity.iml" /> + </modules> + </component> +</project>
\ No newline at end of file diff --git a/collections-debian-merged/ansible_collections/netapp_eseries/santricity/.idea/santricity.iml b/collections-debian-merged/ansible_collections/netapp_eseries/santricity/.idea/santricity.iml new file mode 100644 index 00000000..4be04a76 --- /dev/null +++ b/collections-debian-merged/ansible_collections/netapp_eseries/santricity/.idea/santricity.iml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module type="PYTHON_MODULE" version="4"> + <component name="NewModuleRootManager"> + <content url="file://$MODULE_DIR$" /> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + </component> + <component name="PyDocumentationSettings"> + <option name="format" value="PLAIN" /> + <option name="myDocStringFormat" value="Plain" /> + </component> + <component name="TestRunnerService"> + <option name="PROJECT_TEST_RUNNER" value="Twisted Trial" /> + </component> +</module>
\ No newline at end of file diff --git a/collections-debian-merged/ansible_collections/netapp_eseries/santricity/.idea/vcs.xml b/collections-debian-merged/ansible_collections/netapp_eseries/santricity/.idea/vcs.xml new file mode 100644 index 00000000..94a25f7f --- /dev/null +++ b/collections-debian-merged/ansible_collections/netapp_eseries/santricity/.idea/vcs.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="VcsDirectoryMappings"> + <mapping directory="$PROJECT_DIR$" vcs="Git" /> + </component> +</project>
\ No newline at end of file diff --git a/collections-debian-merged/ansible_collections/netapp_eseries/santricity/.idea/workspace.xml b/collections-debian-merged/ansible_collections/netapp_eseries/santricity/.idea/workspace.xml new file mode 100644 index 00000000..9e16d530 --- /dev/null +++ b/collections-debian-merged/ansible_collections/netapp_eseries/santricity/.idea/workspace.xml @@ -0,0 +1,128 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="BranchesTreeState"> + <expand> + <path> + <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" /> + <item name="LOCAL_ROOT" type="e8cecc67:BranchNodeDescriptor" /> + </path> + <path> + <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" /> + <item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" /> + </path> + <path> + <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" /> + <item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" /> + <item name="GROUP_NODE:github" type="e8cecc67:BranchNodeDescriptor" /> + </path> + <path> + <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" /> + <item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" /> + <item name="GROUP_NODE:origin" type="e8cecc67:BranchNodeDescriptor" /> + </path> + </expand> + <select /> + </component> + <component name="ChangeListManager"> + <list default="true" id="21a53f3b-4354-4571-93f8-1c405d0fbe6d" name="Default Changelist" comment=""> + <change afterPath="$PROJECT_DIR$/roles/nar_santricity_common/tasks/collect_facts/discovery.yml" afterDir="false" /> + <change afterPath="$PROJECT_DIR$/roles/nar_santricity_common/tasks/collect_facts/prefer_embedded.yml" afterDir="false" /> + <change afterPath="$PROJECT_DIR$/roles/nar_santricity_common/tasks/collect_facts/prefer_proxy.yml" afterDir="false" /> + <change afterPath="$PROJECT_DIR$/roles/nar_santricity_common/tasks/collect_facts/validate_system_api_url.yml" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/plugins/doc_fragments/netapp.py" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/doc_fragments/netapp.py" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/plugins/doc_fragments/santricity.py" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/doc_fragments/santricity.py" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/plugins/lookup/santricity_host.py" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/lookup/santricity_host.py" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/plugins/lookup/santricity_host_detail.py" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/lookup/santricity_host_detail.py" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/plugins/lookup/santricity_lun_mapping.py" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/lookup/santricity_lun_mapping.py" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/plugins/lookup/santricity_storage_pool.py" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/lookup/santricity_storage_pool.py" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/plugins/lookup/santricity_volume.py" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/lookup/santricity_volume.py" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/plugins/modules/na_santricity_alerts.py" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/modules/na_santricity_alerts.py" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/plugins/modules/na_santricity_asup.py" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/modules/na_santricity_asup.py" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/plugins/modules/na_santricity_auth.py" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/modules/na_santricity_auth.py" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/plugins/modules/na_santricity_discover.py" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/modules/na_santricity_discover.py" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/plugins/modules/na_santricity_facts.py" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/modules/na_santricity_facts.py" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/plugins/modules/na_santricity_firmware.py" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/modules/na_santricity_firmware.py" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/plugins/modules/na_santricity_global.py" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/modules/na_santricity_global.py" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/plugins/modules/na_santricity_host.py" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/modules/na_santricity_host.py" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/plugins/modules/na_santricity_hostgroup.py" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/modules/na_santricity_hostgroup.py" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/plugins/modules/na_santricity_ib_iser_interface.py" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/modules/na_santricity_ib_iser_interface.py" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/plugins/modules/na_santricity_iscsi_target.py" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/modules/na_santricity_iscsi_target.py" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/plugins/modules/na_santricity_lun_mapping.py" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/modules/na_santricity_lun_mapping.py" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/plugins/modules/na_santricity_mgmt_interface.py" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/modules/na_santricity_mgmt_interface.py" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/plugins/modules/na_santricity_proxy_systems.py" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/modules/na_santricity_proxy_systems.py" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/plugins/modules/na_santricity_volume.py" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/modules/na_santricity_volume.py" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/plugins/modules/netapp_e_alerts.py" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/modules/netapp_e_alerts.py" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/plugins/modules/netapp_e_host.py" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/modules/netapp_e_host.py" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/plugins/modules/netapp_e_iscsi_target.py" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/modules/netapp_e_iscsi_target.py" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/plugins/modules/netapp_e_mgmt_interface.py" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/modules/netapp_e_mgmt_interface.py" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/plugins/modules/netapp_e_snapshot_volume.py" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/modules/netapp_e_snapshot_volume.py" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/plugins/modules/netapp_e_volume.py" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/modules/netapp_e_volume.py" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/roles/nar_santricity_common/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/roles/nar_santricity_common/README.md" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/roles/nar_santricity_common/tasks/main.yml" beforeDir="false" afterPath="$PROJECT_DIR$/roles/nar_santricity_common/tasks/main.yml" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/roles/nar_santricity_common/tasks/proxy.yml" beforeDir="false" afterPath="$PROJECT_DIR$/roles/nar_santricity_common/tasks/proxy.yml" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/roles/nar_santricity_host/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/roles/nar_santricity_host/README.md" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/roles/nar_santricity_host/defaults/main.yml" beforeDir="false" afterPath="$PROJECT_DIR$/roles/nar_santricity_host/defaults/main.yml" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/roles/nar_santricity_host/tasks/initiator.yml" beforeDir="false" afterPath="$PROJECT_DIR$/roles/nar_santricity_host/tasks/initiator.yml" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/roles/nar_santricity_host/tasks/interface/nvme_roce.yml" beforeDir="false" afterPath="$PROJECT_DIR$/roles/nar_santricity_host/tasks/interface/nvme_roce.yml" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/roles/nar_santricity_host/tasks/lun_mapping.yml" beforeDir="false" afterPath="$PROJECT_DIR$/roles/nar_santricity_host/tasks/lun_mapping.yml" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/roles/nar_santricity_host/tasks/main.yml" beforeDir="false" afterPath="$PROJECT_DIR$/roles/nar_santricity_host/tasks/main.yml" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/roles/nar_santricity_host/tasks/storage_pool_present.yml" beforeDir="false" afterPath="$PROJECT_DIR$/roles/nar_santricity_host/tasks/storage_pool_present.yml" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/roles/nar_santricity_host/tasks/volume.yml" beforeDir="false" afterPath="$PROJECT_DIR$/roles/nar_santricity_host/tasks/volume.yml" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/roles/nar_santricity_management/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/roles/nar_santricity_management/README.md" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/roles/nar_santricity_management/tasks/main.yml" beforeDir="false" afterPath="$PROJECT_DIR$/roles/nar_santricity_management/tasks/main.yml" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/roles/nar_santricity_management/tasks/security.yml" beforeDir="false" afterPath="$PROJECT_DIR$/roles/nar_santricity_management/tasks/security.yml" afterDir="false" /> + </list> + <option name="SHOW_DIALOG" value="false" /> + <option name="HIGHLIGHT_CONFLICTS" value="true" /> + <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> + <option name="LAST_RESOLUTION" value="IGNORE" /> + </component> + <component name="Git.Settings"> + <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> + </component> + <component name="ProjectId" id="1ivHtNLFNo4aEog7rBplvbPg0ay" /> + <component name="ProjectViewState"> + <option name="hideEmptyMiddlePackages" value="true" /> + <option name="showLibraryContents" value="true" /> + </component> + <component name="PropertiesComponent"> + <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" /> + <property name="RunOnceActivity.ShowReadmeOnStart" value="true" /> + <property name="last_opened_file_path" value="$PROJECT_DIR$" /> + </component> + <component name="SvnConfiguration"> + <configuration /> + </component> + <component name="TaskManager"> + <task active="true" id="Default" summary="Default task"> + <changelist id="21a53f3b-4354-4571-93f8-1c405d0fbe6d" name="Default Changelist" comment="" /> + <created>1602781359010</created> + <option name="number" value="Default" /> + <option name="presentableId" value="Default" /> + <updated>1602781359010</updated> + </task> + <servers /> + </component> + <component name="Vcs.Log.Tabs.Properties"> + <option name="TAB_STATES"> + <map> + <entry key="MAIN"> + <value> + <State /> + </value> + </entry> + </map> + </option> + </component> + <component name="WindowStateProjectService"> + <state x="262" y="51" key="MergeDialog" timestamp="1602781503332"> + <screen x="0" y="0" width="2560" height="1440" /> + </state> + <state x="262" y="51" key="MergeDialog/0.0.2560.1440@0.0.2560.1440" timestamp="1602781503332" /> + <state x="801" y="213" width="977" height="774" key="MultipleFileMergeDialog" timestamp="1602781504721"> + <screen x="0" y="0" width="2560" height="1440" /> + </state> + <state x="801" y="213" width="977" height="774" key="MultipleFileMergeDialog/0.0.2560.1440@0.0.2560.1440" timestamp="1602781504721" /> + </component> +</project>
\ No newline at end of file |