python-chi 0.17.11.dev2__tar.gz → 0.17.12__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. python-chi-0.17.12/.github/workflows/pypi-publish.yml +43 -0
  2. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/.readthedocs.yml +7 -1
  3. python-chi-0.17.12/AUTHORS +1 -0
  4. python-chi-0.17.12/ChangeLog +6 -0
  5. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/PKG-INFO +14 -5
  6. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/chi/container.py +10 -1
  7. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/chi/lease.py +0 -19
  8. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/chi/share.py +1 -1
  9. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/chi/ssh.py +4 -0
  10. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/python_chi.egg-info/PKG-INFO +14 -5
  11. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/python_chi.egg-info/SOURCES.txt +1 -0
  12. python-chi-0.17.12/python_chi.egg-info/pbr.json +1 -0
  13. python-chi-0.17.12/setup.py +9 -0
  14. python-chi-0.17.11.dev2/AUTHORS +0 -16
  15. python-chi-0.17.11.dev2/ChangeLog +0 -466
  16. python-chi-0.17.11.dev2/python_chi.egg-info/pbr.json +0 -1
  17. python-chi-0.17.11.dev2/setup.py +0 -7
  18. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/.github/CODEOWNERS +0 -0
  19. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/.github/workflows/test.yml +0 -0
  20. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/.mailmap +0 -0
  21. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/DEVELOPMENT.rst +0 -0
  22. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/LICENSE +0 -0
  23. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/Makefile +0 -0
  24. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/README.rst +0 -0
  25. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/chi/__init__.py +0 -0
  26. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/chi/clients.py +0 -0
  27. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/chi/context.py +0 -0
  28. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/chi/image.py +0 -0
  29. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/chi/jupyterhub.py +0 -0
  30. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/chi/keypair.py +0 -0
  31. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/chi/network.py +0 -0
  32. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/chi/networking_api_examples.py +0 -0
  33. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/chi/reservation_api_examples.py +0 -0
  34. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/chi/server.py +0 -0
  35. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/chi/server_api_examples.py +0 -0
  36. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/chi/util.py +0 -0
  37. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/docs/__init__.py +0 -0
  38. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/docs/_extras/notebooks/.gitignore +0 -0
  39. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/docs/conf.py +0 -0
  40. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/docs/generate_notebook.py +0 -0
  41. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/docs/index.rst +0 -0
  42. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/docs/modules/container.rst +0 -0
  43. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/docs/modules/context.rst +0 -0
  44. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/docs/modules/image.rst +0 -0
  45. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/docs/modules/lease.rst +0 -0
  46. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/docs/modules/network.rst +0 -0
  47. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/docs/modules/server.rst +0 -0
  48. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/docs/modules/share.rst +0 -0
  49. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/docs/modules/ssh.rst +0 -0
  50. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/docs/notebooks/.gitignore +0 -0
  51. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/docs/requirements.txt +0 -0
  52. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/python_chi.egg-info/dependency_links.txt +0 -0
  53. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/python_chi.egg-info/not-zip-safe +0 -0
  54. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/python_chi.egg-info/requires.txt +0 -0
  55. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/python_chi.egg-info/top_level.txt +0 -0
  56. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/requirements.txt +0 -0
  57. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/setup.cfg +0 -0
  58. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/test-requirements.txt +0 -0
  59. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/tests/__init__.py +0 -0
  60. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/tests/test_container.py +0 -0
  61. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/tests/test_context.py +0 -0
  62. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/tests/test_lease.py +0 -0
  63. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/tests/test_network.py +0 -0
  64. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/tests/test_server.py +0 -0
  65. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/tests/test_share.py +0 -0
  66. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/tests/test_ssh.py +0 -0
  67. {python-chi-0.17.11.dev2 → python-chi-0.17.12}/tox.ini +0 -0
@@ -0,0 +1,43 @@
1
+ # This workflow will upload a Python Package using Twine when a release is created
2
+ # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#publishing-to-package-registries
3
+
4
+ # This workflow uses actions that are not certified by GitHub.
5
+ # They are provided by a third-party and are governed by
6
+ # separate terms of service, privacy policy, and support
7
+ # documentation.
8
+
9
+ name: Upload Python Package
10
+
11
+ on:
12
+ release:
13
+ types: [published]
14
+
15
+ permissions:
16
+ contents: read
17
+
18
+ jobs:
19
+ deploy:
20
+
21
+ runs-on: ubuntu-latest
22
+
23
+ steps:
24
+ - uses: actions/checkout@v3
25
+ - name: Set up Python
26
+ uses: actions/setup-python@v3
27
+ with:
28
+ python-version: '3.x'
29
+ - name: Install dependencies
30
+ run: |
31
+ python -m pip install --upgrade pip
32
+ pip install wheel
33
+ pip install setuptools
34
+ - name: update release version in setup
35
+ run: >-
36
+ sed -i "s/{{VERSION_PLACEHOLDER}}/${{ github.event.release.tag_name }}/g" setup.py
37
+ - name: Build package
38
+ run: python setup.py sdist bdist_wheel
39
+ - name: Publish package
40
+ uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
41
+ with:
42
+ user: __token__
43
+ password: ${{ secrets.PYPI_API_TOKEN }}
@@ -5,10 +5,16 @@ version: 2
5
5
  sphinx:
6
6
  configuration: docs/conf.py
7
7
 
8
+ build:
9
+ os: ubuntu-20.04
10
+ tools:
11
+ python: "3.9"
12
+
13
+
14
+
8
15
  formats: all
9
16
 
10
17
  python:
11
- version: 3.8
12
18
  install:
13
19
  - requirements: requirements.txt
14
20
  - requirements: test-requirements.txt
@@ -0,0 +1 @@
1
+ Soufiane Jounaid <38963565+JOUNAIDSoufiane@users.noreply.github.com>
@@ -0,0 +1,6 @@
1
+ CHANGES
2
+ =======
3
+
4
+ v0.17.12
5
+ --------
6
+
@@ -1,12 +1,10 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: python-chi
3
- Version: 0.17.11.dev2
3
+ Version: 0.17.12
4
4
  Summary: Helper library for Chameleon Infrastructure (CHI) testbed
5
5
  Home-page: https://www.chameleoncloud.org
6
6
  Author: University of Chicago
7
7
  Author-email: dev@lists.chameleoncloud.org
8
- License: UNKNOWN
9
- Platform: UNKNOWN
10
8
  Classifier: Development Status :: 4 - Beta
11
9
  Classifier: Environment :: Console
12
10
  Classifier: Environment :: OpenStack
@@ -16,6 +14,19 @@ Classifier: Operating System :: OS Independent
16
14
  Classifier: Programming Language :: Python
17
15
  License-File: LICENSE
18
16
  License-File: AUTHORS
17
+ Requires-Dist: fabric
18
+ Requires-Dist: gnocchiclient
19
+ Requires-Dist: keystoneauth1
20
+ Requires-Dist: openstacksdk
21
+ Requires-Dist: paramiko
22
+ Requires-Dist: python-blazarclient
23
+ Requires-Dist: python-cinderclient
24
+ Requires-Dist: python-glanceclient
25
+ Requires-Dist: python-ironicclient
26
+ Requires-Dist: python-manilaclient
27
+ Requires-Dist: python-neutronclient
28
+ Requires-Dist: python-novaclient
29
+ Requires-Dist: python-zunclient
19
30
 
20
31
  python-chi
21
32
  ==========
@@ -31,5 +42,3 @@ Jupyter Notebooks.
31
42
  * `Documentation <https://python-chi.readthedocs.io>`_
32
43
  * `Contributing guide <./DEVELOPMENT.rst>`_
33
44
 
34
-
35
-
@@ -13,6 +13,7 @@
13
13
  # limitations under the License.
14
14
 
15
15
  import io
16
+ import os
16
17
  import logging
17
18
  import tarfile
18
19
  import time
@@ -37,7 +38,9 @@ __all__ = [
37
38
  "get_logs",
38
39
  "execute",
39
40
  "upload",
41
+ "download",
40
42
  "wait_for_active",
43
+ "associate_floating_ip",
41
44
  ]
42
45
 
43
46
 
@@ -202,6 +205,9 @@ def execute(container_ref: "str", command: "str") -> "dict":
202
205
  def upload(container_ref: "str", source: "str", dest: "str") -> "dict":
203
206
  """Upload a file or directory to a running container.
204
207
 
208
+ This method requires your running container to include
209
+ the GNU tar utility.
210
+
205
211
  Args:
206
212
  container_ref (str): The name or ID of the container.
207
213
  source (str): The (local) path to the file or directory to upload.
@@ -209,7 +215,7 @@ def upload(container_ref: "str", source: "str", dest: "str") -> "dict":
209
215
  """
210
216
  fd = io.BytesIO()
211
217
  with tarfile.open(fileobj=fd, mode="w") as tar:
212
- tar.add(source, arcname=".")
218
+ tar.add(source, arcname=os.path.basename(source))
213
219
  fd.seek(0)
214
220
  data = fd.read()
215
221
  fd.close()
@@ -219,6 +225,9 @@ def upload(container_ref: "str", source: "str", dest: "str") -> "dict":
219
225
  def download(container_ref: "str", source: "str", dest: "str"):
220
226
  """Download a file or directory from a running container.
221
227
 
228
+ This method requires your running container to include
229
+ both the POSIX sh and GNU tar utilities.
230
+
222
231
  Args:
223
232
  container_ref (str): The name or ID of the container.
224
233
  source (str): The (container) path of the file or directory.
@@ -45,22 +45,6 @@ __all__ = [
45
45
  ]
46
46
 
47
47
  BLAZAR_TIME_FORMAT = "%Y-%m-%d %H:%M"
48
- NODE_TYPES = {
49
- "compute_skylake",
50
- "compute_haswell_ib",
51
- "compute_cascadelake",
52
- "compute_cascadelake_r",
53
- "storage",
54
- "storage_hierarchy",
55
- "gpu_p100",
56
- "gpu_p100_nvlink",
57
- "gpu_k80",
58
- "gpu_m40",
59
- "fpga",
60
- "lowpower_xeon",
61
- "atom",
62
- "arm64",
63
- }
64
48
  DEFAULT_NODE_TYPE = "compute_skylake"
65
49
  DEFAULT_LEASE_LENGTH = timedelta(days=1)
66
50
  DEFAULT_NETWORK_RESOURCE_PROPERTIES = ["==", "$physical_network", "physnet1"]
@@ -167,9 +151,6 @@ def lease_create_nodetype(*args, **kwargs):
167
151
  node_type = kwargs.pop("node_type")
168
152
  except KeyError:
169
153
  raise ValueError("no node_type specified")
170
- if node_type not in NODE_TYPES:
171
- print('warning: unknown node_type ("{}")'.format(node_type), file=sys.stderr)
172
- # raise ValueError('unknown node_type ("{}")'.format(node_type))
173
154
  kwargs["node_resource_properties"] = ["==", "$node_type", node_type]
174
155
  return lease_create_args(*args, **kwargs)
175
156
 
@@ -111,7 +111,7 @@ def get_share_id(name):
111
111
  ValueError: If the share could not be found, or if multiple shares
112
112
  matched the name.
113
113
  """
114
- shares = list(manila().shares.list(filters={'name': name}))
114
+ shares = list(manila().shares.list(search_opts={'name': name}))
115
115
  if not shares:
116
116
  raise ValueError(f'No shares found matching name "{name}"')
117
117
  elif len(shares) > 1:
@@ -5,6 +5,10 @@ from . import context
5
5
 
6
6
 
7
7
  class Remote(Connection):
8
+ """Wrapper for `Fabric Connection
9
+ <https://docs.fabfile.org/en/latest/api/connection.html#fabric.connection.Connection>`__
10
+
11
+ """
8
12
  def __init__(self, ip=None, server=None, user="cc", **kwargs):
9
13
  if ip is None:
10
14
  if server is None:
@@ -1,12 +1,10 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: python-chi
3
- Version: 0.17.11.dev2
3
+ Version: 0.17.12
4
4
  Summary: Helper library for Chameleon Infrastructure (CHI) testbed
5
5
  Home-page: https://www.chameleoncloud.org
6
6
  Author: University of Chicago
7
7
  Author-email: dev@lists.chameleoncloud.org
8
- License: UNKNOWN
9
- Platform: UNKNOWN
10
8
  Classifier: Development Status :: 4 - Beta
11
9
  Classifier: Environment :: Console
12
10
  Classifier: Environment :: OpenStack
@@ -16,6 +14,19 @@ Classifier: Operating System :: OS Independent
16
14
  Classifier: Programming Language :: Python
17
15
  License-File: LICENSE
18
16
  License-File: AUTHORS
17
+ Requires-Dist: fabric
18
+ Requires-Dist: gnocchiclient
19
+ Requires-Dist: keystoneauth1
20
+ Requires-Dist: openstacksdk
21
+ Requires-Dist: paramiko
22
+ Requires-Dist: python-blazarclient
23
+ Requires-Dist: python-cinderclient
24
+ Requires-Dist: python-glanceclient
25
+ Requires-Dist: python-ironicclient
26
+ Requires-Dist: python-manilaclient
27
+ Requires-Dist: python-neutronclient
28
+ Requires-Dist: python-novaclient
29
+ Requires-Dist: python-zunclient
19
30
 
20
31
  python-chi
21
32
  ==========
@@ -31,5 +42,3 @@ Jupyter Notebooks.
31
42
  * `Documentation <https://python-chi.readthedocs.io>`_
32
43
  * `Contributing guide <./DEVELOPMENT.rst>`_
33
44
 
34
-
35
-
@@ -12,6 +12,7 @@ setup.py
12
12
  test-requirements.txt
13
13
  tox.ini
14
14
  .github/CODEOWNERS
15
+ .github/workflows/pypi-publish.yml
15
16
  .github/workflows/test.yml
16
17
  chi/__init__.py
17
18
  chi/clients.py
@@ -0,0 +1 @@
1
+ {"git_version": "dde1902", "is_release": false}
@@ -0,0 +1,9 @@
1
+ #!/usr/bin/env python
2
+
3
+ from setuptools import setup
4
+
5
+ setup(
6
+ setup_requires=["pbr"],
7
+ pbr=True,
8
+ version='v0.17.12'
9
+ )
@@ -1,16 +0,0 @@
1
- Adam Cooper <adam@adamcooper.sh>
2
- Adam Cooper <adamcooper@uchicago.edu>
3
- Jason <diurnalist@gmail.com>
4
- Jason Anderson <796413+diurnalist@users.noreply.github.com>
5
- Jason Anderson <jasonanderson@uchicago.edu>
6
- Mark Powers <markpowers@uchicago.edu>
7
- Mason Hicks <mwhicks2@ncsu.edu>
8
- Michael Sherman <shermanm@uchicago.edu>
9
- Mike <shermanm@uchicago.edu>
10
- Nick Timkovich <prometheus235@gmail.com>
11
- Paul Ruth <pruth@renci.org>
12
- Pierre Riteau <pierre@stackhpc.com>
13
- Will Tholke <76757491+willtholke@users.noreply.github.com>
14
- Zhuo Zhen <zhenz@uchicago.edu>
15
- mwhicks2 <mwhicks2@jupyter.chameleoncloud.org>
16
- willtholke <willtholke@berkeley.edu>
@@ -1,466 +0,0 @@
1
- CHANGES
2
- =======
3
-
4
- * Add Cinder client generator (#43)
5
- * Add note about setting project domain name
6
-
7
- v0.17.10
8
- --------
9
-
10
- * bump minimum API version for zun
11
-
12
- v0.17.9
13
- -------
14
-
15
- * Allow passthrough arguments for SSH connections (#37)
16
-
17
- v0.17.8
18
- -------
19
-
20
- * Use correct bounds parameters for reservation search (#36)
21
-
22
- v0.17.7
23
- -------
24
-
25
- * Handle mixed leases when searching for reservations with counts (#35)
26
-
27
- v0.17.6
28
- -------
29
-
30
- * Revert "Merge pull request #24 from ChameleonCloud/feature/idempotent"
31
-
32
- v0.17.5
33
- -------
34
-
35
- * Use alternative jupyterhub token API
36
- * Fixed minor typos
37
- * Implemented Adam's try/except suggestion
38
- * Addressed changes suggested by Mark
39
- * Addressed changes and fixed issues
40
- * Added ipywidgets to requirements
41
- * Apply wrappers to resource creation methods
42
- * Fix existing wrappers and add new
43
- * Update ChangeLog
44
-
45
- v0.17.4
46
- -------
47
-
48
- * fix test\_ssh
49
- * add support for manila - share service
50
- * Update CODEOWNERS
51
-
52
- v0.17.3
53
- -------
54
-
55
- * Add KVM site override
56
-
57
- v0.17.2
58
- -------
59
-
60
- * Document sleep\_time parameter
61
- * Increase wait\_for\_tcp sleep time, add kwarg
62
-
63
- v0.17.1
64
- -------
65
-
66
- * fix bug with download encoding
67
-
68
- v0.17.0
69
- -------
70
-
71
- * Fixup handling of empty args, compat w/ v2
72
-
73
- v0.16.0
74
- -------
75
-
76
- * support reserving based on machine name
77
- * fix blazar not enough hosts error
78
-
79
- v0.15.7
80
- -------
81
-
82
- * add platform version handling
83
-
84
- v0.15.6
85
- -------
86
-
87
- * Fixup hint setting
88
-
89
- v0.15.5
90
- -------
91
-
92
- * allow passing other hints to container launch
93
-
94
- v0.15.4
95
- -------
96
-
97
- * Fix bug with detecting device reservations by count
98
- * fixup container test
99
-
100
- v0.15.3
101
- -------
102
-
103
- * Don't default exposed\_ports to empty dict
104
- * Update changelog
105
-
106
- v0.15.2
107
- -------
108
-
109
- * Change default image to Ubuntu 20.04
110
-
111
- v0.15.1
112
- -------
113
-
114
- * fix get node reservation from lease (#26)
115
- * Update changelog/authors
116
-
117
- v0.15.0
118
- -------
119
-
120
- * Support specifying arbitrary host constraints
121
- * Put better message on 'not enough X' on lease create
122
- * Exit early if container goes into error state
123
- * Replace references of compute\_haswell with compute\_skylake (#10)
124
- * Update CODEOWNERS
125
- * Create CODEOWNERS
126
- * Add container.download function
127
- * add some idempotent methods
128
- * Add example notebook for container
129
- * Add test for create\_container
130
- * Add device profiles documentation
131
- * Migrate legacy \`chi.Server\` objects to own a \`openstack.compute.v2.server.Server\` object instead of a \`novaclient.v2.servers.Server\` object (#16)
132
- * add cascadelake and cascadelake\_r as node types (#14)
133
-
134
- v0.14.0
135
- -------
136
-
137
- * [novaclient server] add hypervisor\_hostname for creating instance (#15)
138
-
139
- v0.13.0
140
- -------
141
-
142
- * Add missing docs
143
- * Support specifying image\_driver
144
- * Default snapshot tag to latest
145
-
146
- v0.12.1
147
- -------
148
-
149
- * Wait longer for container create
150
- * Fixup host handling
151
- * Fixup device lease props
152
-
153
- v0.12.0
154
- -------
155
-
156
- * Add device reservation helpers
157
-
158
- v0.11.4
159
- -------
160
-
161
- * Add in hack for setting site to CHI@Edge
162
- * Add docs for runtime/host capability
163
- * Implement upload function for containers (#11)
164
- * Implement WIP upload function
165
-
166
- v0.11.3
167
- -------
168
-
169
- * Fixup
170
-
171
- v0.11.2
172
- -------
173
-
174
- * Add associate\_floating\_ip to container
175
-
176
- v0.11.1
177
- -------
178
-
179
- * Rename key\_name to keypair\_name
180
- * Change back to relative import
181
- * Adding more module indexes
182
- * Advertise tests as package
183
-
184
- v0.11.0
185
- -------
186
-
187
- * Add support for Zun/containers
188
-
189
- v0.10.3
190
- -------
191
-
192
- * Fix issue with fetching lease by name
193
-
194
- v0.10.2
195
- -------
196
-
197
- * Fix import error on Lease init
198
-
199
- v0.10.1
200
- -------
201
-
202
- * add ironic client to chi \_\_init\_\_
203
- * Nuke network by name or ID
204
-
205
- v0.10.0
206
- -------
207
-
208
- * Add getter for reserved floating IPs
209
- * Update return type of wait\_for\_active
210
- * Update docs
211
- * Add docs for use\_site
212
-
213
- v0.9.0
214
- ------
215
-
216
- * Add docs for parent module
217
- * Allow specifying multiple port addresses
218
- * Fix reservation parsing
219
-
220
- v0.8.1
221
- ------
222
-
223
- * Add keystone as export
224
- * Update mail map
225
- * Remove Python 2 compat
226
- * Fix doc x-ref
227
-
228
- v0.8.0
229
- ------
230
-
231
- * Add wait\_for\_active to lease
232
- * Fixup wait\_for\_active
233
- * Enable new example
234
- * Fix tests
235
- * Fix up floating IP allocation when using connection
236
- * Update fip association functions to use ID
237
- * Automatically allocate new floating IP if no free
238
- * Fix issue when refreshing tokens
239
- * Add server wait functions
240
- * Use nova version >2.10
241
- * Fix generator syntax error
242
- * Add keypair management by default
243
- * Pick first flavor if none specified
244
- * Fix issue with creating subnets w/ gateway/allocation pools (#8)
245
-
246
- v0.7.4
247
- ------
248
-
249
- * Fixup syntax error
250
-
251
- v0.7.3
252
- ------
253
-
254
- * Update AUTHORS
255
- * Network function bug roundup (#6)
256
-
257
- v0.7.2
258
- ------
259
-
260
- * Fixup return structure for get\_\* neutron calls
261
-
262
- v0.7.1
263
- ------
264
-
265
- * Fixup list\_\* neutron functions
266
- * Update functions used
267
- * Add docs for create\_server
268
- * Look up server ID as attribute
269
- * Fix issue enumerating glance images
270
- * Add link to open notebooks on Jupyter
271
- * Cast to list before checking length
272
- * Allow specifying no node\_type
273
- * Fixup docs for create\_server
274
- * Ignore more ipynb checkpoint locations
275
- * Cleaned up ipynb files
276
- * Removing wizard function imports from network module
277
- * Strip extra whitespace
278
- * Put in common auth cells first
279
- * Remove dead code
280
- * Add docs for FIP reservation fn
281
- * Add unit test badge
282
- * Use Python 3.8
283
- * Add unit test GHA
284
- * Install test requirements for RTD
285
- * Adjust whitespace
286
- * Update docs
287
- * Fixup notebook generation
288
-
289
- v0.7.0
290
- ------
291
-
292
- * Finish notebook generation
293
- * Add tests for lease examples
294
- * Add docs for chi.image
295
- * Deprecate reservation\_api\_examples
296
- * Fixup
297
- * Ensure wizards documented
298
- * Add more documentation
299
- * Install missing requirements
300
- * Remove incompatible html theme options
301
- * Don't explicitly depend on openstack module
302
- * Fixup autodoc for chi modules
303
- * Make home page nicer
304
- * Add new iteration of documentation
305
- * Add documentation for server module
306
- * Integrate functional changes to modules
307
-
308
- v0.6.0
309
- ------
310
-
311
- * Add use\_site to make switching sites easier
312
-
313
- v0.5.1
314
- ------
315
-
316
- * Fix issue with Server representation compat
317
- * Update Server object to use openstacksdk
318
- * Update changelog
319
-
320
- v0.5.0
321
- ------
322
-
323
- * Add support for building wheels
324
- * Add factory for OpenStackSDK connection handler
325
-
326
- v0.4.4
327
- ------
328
-
329
- * Fixup setting interface/region\_name for KS client
330
-
331
- v0.4.3
332
- ------
333
-
334
- * Add params() to list context params
335
- * Add Keystone client
336
-
337
- v0.4.2
338
- ------
339
-
340
- * Add ironic client
341
-
342
- v0.4.1
343
- ------
344
-
345
- * Fixup automatic access token refresh logic
346
- * Changelog update
347
-
348
- v0.4.0
349
- ------
350
-
351
- * Remove Python 2.7 from tests
352
- * Refresh access\_token before auth request
353
- * Lazy-import OS clients
354
- * Support all Keystone auth methods
355
- * Add pruth to list of authors
356
- * Update LICENSE
357
-
358
- v0.3.0
359
- ------
360
-
361
- * fixed reserve network descrption building
362
- * update
363
- * added separate config file
364
- * actually added the new files for autogen notebooks
365
- * added autogen notebooks
366
- * clean up
367
- * added some error handling to the some examples
368
- * added example functions for servers, networking, and reservations
369
- * Release 0.2.5
370
-
371
- v0.2.5
372
- ------
373
-
374
- * Add support for username/password authentication
375
- * Update release notes
376
- * Add mailmap
377
- * Release 0.2.4
378
-
379
- v0.2.4
380
- ------
381
-
382
- * Move packages from options to files
383
- * Make README valid
384
-
385
- v0.2.3
386
- ------
387
-
388
- * Explicitly mark chi as package
389
-
390
- v0.2.2
391
- ------
392
-
393
- * v0.2.2
394
- * Add support for docs
395
- * Fix 'missing flavor' error
396
- * Support for complex leases
397
- * v0.2.1
398
-
399
- v0.2.1
400
- ------
401
-
402
- * Update classifiers to comply with whitelist
403
- * Update changelog and remove version
404
-
405
- v0.2.0
406
- ------
407
-
408
- * Prepare for packaging on pypi
409
- * Extend Connection as subclass
410
- * Fix Gnocchi library instantiation
411
- * Gracefully handle double-associating IP
412
- * Fix typo with variable
413
- * Expose clients, don't make session singleton
414
- * Loosen python version dependencies
415
- * Better exclusion of pytest caches
416
- * Add more tests for context
417
- * Override strict host checking
418
- * Use implicit session via context
419
- * Fix issues with compat when printing server
420
- * Change variable names
421
- * Simplify SSH connection functionality
422
- * Pass openstack env to tests
423
- * Remove VERSION file
424
- * Update AUTHORS
425
- * Add more starting tests
426
- * Adding context management, basic test
427
- * Update setup
428
- * Add region name to lease string rep
429
- * Fix some edge cases with auth
430
- * Fix up function signatures
431
- * Add auth helper and dependencies
432
- * Reorganization and cleanup
433
- * Don't automatically delete pre-existing servers
434
- * Support server 'with' context
435
- * Python syntax error
436
- * Support instantiating server by ID
437
- * Update code for compatibility with old and new lease status
438
- * Pass region name to clients
439
- * Fix syntax
440
- * Add imports to allow usage of new print function
441
- * delete all instances before terminating lease
442
- * missing comma in NODE\_TYPES causes test failures
443
- * Update node types for ccmanage
444
- * Functional documentation for now
445
- * Add logo, quicknode docs
446
- * Add documentation
447
- * Drop old code
448
- * Nova client no longer letting us use it to bind IPs
449
- * Skip binding an IP if selected
450
- * Update SSH\_KEY variable name
451
- * Fix double net argument
452
- * Accept "net\_name" kwarg for servers
453
- * Scan for public floating IP network
454
- * Re-enable node type selection for leases
455
- * Fix support for newer blazarclient
456
- * Add sequester option to Lease, support newer blazarclient
457
- * Ignore host key
458
- * Fix key\_filename arg location
459
- * Get SSH key path from envvar if set
460
- * Tolerate TENANT/PROJECT interchangeably in config
461
- * Add network selection to Server object
462
- * Start to generalize build, tolerate Python 3.5
463
- * Capture errors separately (some weren't working?)
464
- * More automatic
465
- * Add stack automation bits from old nodebooks
466
- * Initial commit
@@ -1 +0,0 @@
1
- {"git_version": "9347588", "is_release": false}
@@ -1,7 +0,0 @@
1
- #!/usr/bin/env python
2
-
3
- from setuptools import setup
4
-
5
- setup(
6
- setup_requires=["pbr"], pbr=True,
7
- )
File without changes
File without changes
File without changes
File without changes