oc_image.py 51 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540
  1. #!/usr/bin/env python
  2. # pylint: disable=missing-docstring
  3. # flake8: noqa: T001
  4. # ___ ___ _ _ ___ ___ _ _____ ___ ___
  5. # / __| __| \| | __| _ \ /_\_ _| __| \
  6. # | (_ | _|| .` | _|| / / _ \| | | _|| |) |
  7. # \___|___|_|\_|___|_|_\/_/_\_\_|_|___|___/_ _____
  8. # | \ / _ \ | \| |/ _ \_ _| | __| \_ _|_ _|
  9. # | |) | (_) | | .` | (_) || | | _|| |) | | | |
  10. # |___/ \___/ |_|\_|\___/ |_| |___|___/___| |_|
  11. #
  12. # Copyright 2016 Red Hat, Inc. and/or its affiliates
  13. # and other contributors as indicated by the @author tags.
  14. #
  15. # Licensed under the Apache License, Version 2.0 (the "License");
  16. # you may not use this file except in compliance with the License.
  17. # You may obtain a copy of the License at
  18. #
  19. # http://www.apache.org/licenses/LICENSE-2.0
  20. #
  21. # Unless required by applicable law or agreed to in writing, software
  22. # distributed under the License is distributed on an "AS IS" BASIS,
  23. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  24. # See the License for the specific language governing permissions and
  25. # limitations under the License.
  26. #
  27. # -*- -*- -*- Begin included fragment: lib/import.py -*- -*- -*-
  28. '''
  29. OpenShiftCLI class that wraps the oc commands in a subprocess
  30. '''
  31. # pylint: disable=too-many-lines
  32. from __future__ import print_function
  33. import atexit
  34. import copy
  35. import json
  36. import os
  37. import re
  38. import shutil
  39. import subprocess
  40. import tempfile
  41. # pylint: disable=import-error
  42. try:
  43. import ruamel.yaml as yaml
  44. except ImportError:
  45. import yaml
  46. from ansible.module_utils.basic import AnsibleModule
  47. # -*- -*- -*- End included fragment: lib/import.py -*- -*- -*-
  48. # -*- -*- -*- Begin included fragment: doc/image -*- -*- -*-
  49. DOCUMENTATION = '''
  50. ---
  51. module: oc_image
  52. short_description: Create, modify, and idempotently manage openshift labels.
  53. description:
  54. - Modify openshift labels programmatically.
  55. options:
  56. state:
  57. description:
  58. - State controls the action that will be taken with resource
  59. - 'present' will create. Does _not_ support update.
  60. - 'list' will read the labels
  61. default: present
  62. choices: ["present", "list"]
  63. aliases: []
  64. kubeconfig:
  65. description:
  66. - The path for the kubeconfig file to use for authentication
  67. required: false
  68. default: /etc/origin/master/admin.kubeconfig
  69. aliases: []
  70. namespace:
  71. description:
  72. - The namespace where this object lives
  73. required: false
  74. default: default
  75. aliases: []
  76. debug:
  77. description:
  78. - Turn on debug output.
  79. required: false
  80. default: False
  81. aliases: []
  82. registry_url:
  83. description:
  84. - The url for the registry so that openshift can pull the image
  85. required: false
  86. default: None
  87. aliases: []
  88. image_name:
  89. description:
  90. - The name of the image being imported
  91. required: false
  92. default: False
  93. aliases: []
  94. image_tag:
  95. description:
  96. - The tag of the image being imported
  97. required: false
  98. default: None
  99. aliases: []
  100. author:
  101. - "Ivan Horvath<ihorvath@redhat.com>"
  102. extends_documentation_fragment: []
  103. '''
  104. EXAMPLES = '''
  105. - name: Get an imagestream
  106. oc_image:
  107. name: php55
  108. state: list
  109. register: imageout
  110. - name: create an imagestream
  111. oc_image:
  112. state: present
  113. image_name: php55
  114. image_tag: int
  115. registry_url: registry.example.com
  116. namespace: default
  117. register: imageout
  118. '''
  119. # -*- -*- -*- End included fragment: doc/image -*- -*- -*-
  120. # -*- -*- -*- Begin included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  121. class YeditException(Exception): # pragma: no cover
  122. ''' Exception class for Yedit '''
  123. pass
  124. # pylint: disable=too-many-public-methods
  125. class Yedit(object): # pragma: no cover
  126. ''' Class to modify yaml files '''
  127. re_valid_key = r"(((\[-?\d+\])|([0-9a-zA-Z%s/_-]+)).?)+$"
  128. re_key = r"(?:\[(-?\d+)\])|([0-9a-zA-Z%s/_-]+)"
  129. com_sep = set(['.', '#', '|', ':'])
  130. # pylint: disable=too-many-arguments
  131. def __init__(self,
  132. filename=None,
  133. content=None,
  134. content_type='yaml',
  135. separator='.',
  136. backup=False):
  137. self.content = content
  138. self._separator = separator
  139. self.filename = filename
  140. self.__yaml_dict = content
  141. self.content_type = content_type
  142. self.backup = backup
  143. self.load(content_type=self.content_type)
  144. if self.__yaml_dict is None:
  145. self.__yaml_dict = {}
  146. @property
  147. def separator(self):
  148. ''' getter method for separator '''
  149. return self._separator
  150. @separator.setter
  151. def separator(self, inc_sep):
  152. ''' setter method for separator '''
  153. self._separator = inc_sep
  154. @property
  155. def yaml_dict(self):
  156. ''' getter method for yaml_dict '''
  157. return self.__yaml_dict
  158. @yaml_dict.setter
  159. def yaml_dict(self, value):
  160. ''' setter method for yaml_dict '''
  161. self.__yaml_dict = value
  162. @staticmethod
  163. def parse_key(key, sep='.'):
  164. '''parse the key allowing the appropriate separator'''
  165. common_separators = list(Yedit.com_sep - set([sep]))
  166. return re.findall(Yedit.re_key.format(''.join(common_separators)), key)
  167. @staticmethod
  168. def valid_key(key, sep='.'):
  169. '''validate the incoming key'''
  170. common_separators = list(Yedit.com_sep - set([sep]))
  171. if not re.match(Yedit.re_valid_key.format(''.join(common_separators)), key):
  172. return False
  173. return True
  174. @staticmethod
  175. def remove_entry(data, key, sep='.'):
  176. ''' remove data at location key '''
  177. if key == '' and isinstance(data, dict):
  178. data.clear()
  179. return True
  180. elif key == '' and isinstance(data, list):
  181. del data[:]
  182. return True
  183. if not (key and Yedit.valid_key(key, sep)) and \
  184. isinstance(data, (list, dict)):
  185. return None
  186. key_indexes = Yedit.parse_key(key, sep)
  187. for arr_ind, dict_key in key_indexes[:-1]:
  188. if dict_key and isinstance(data, dict):
  189. data = data.get(dict_key)
  190. elif (arr_ind and isinstance(data, list) and
  191. int(arr_ind) <= len(data) - 1):
  192. data = data[int(arr_ind)]
  193. else:
  194. return None
  195. # process last index for remove
  196. # expected list entry
  197. if key_indexes[-1][0]:
  198. if isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  199. del data[int(key_indexes[-1][0])]
  200. return True
  201. # expected dict entry
  202. elif key_indexes[-1][1]:
  203. if isinstance(data, dict):
  204. del data[key_indexes[-1][1]]
  205. return True
  206. @staticmethod
  207. def add_entry(data, key, item=None, sep='.'):
  208. ''' Get an item from a dictionary with key notation a.b.c
  209. d = {'a': {'b': 'c'}}}
  210. key = a#b
  211. return c
  212. '''
  213. if key == '':
  214. pass
  215. elif (not (key and Yedit.valid_key(key, sep)) and
  216. isinstance(data, (list, dict))):
  217. return None
  218. key_indexes = Yedit.parse_key(key, sep)
  219. for arr_ind, dict_key in key_indexes[:-1]:
  220. if dict_key:
  221. if isinstance(data, dict) and dict_key in data and data[dict_key]: # noqa: E501
  222. data = data[dict_key]
  223. continue
  224. elif data and not isinstance(data, dict):
  225. raise YeditException("Unexpected item type found while going through key " +
  226. "path: {} (at key: {})".format(key, dict_key))
  227. data[dict_key] = {}
  228. data = data[dict_key]
  229. elif (arr_ind and isinstance(data, list) and
  230. int(arr_ind) <= len(data) - 1):
  231. data = data[int(arr_ind)]
  232. else:
  233. raise YeditException("Unexpected item type found while going through key path: {}".format(key))
  234. if key == '':
  235. data = item
  236. # process last index for add
  237. # expected list entry
  238. elif key_indexes[-1][0] and isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  239. data[int(key_indexes[-1][0])] = item
  240. # expected dict entry
  241. elif key_indexes[-1][1] and isinstance(data, dict):
  242. data[key_indexes[-1][1]] = item
  243. # didn't add/update to an existing list, nor add/update key to a dict
  244. # so we must have been provided some syntax like a.b.c[<int>] = "data" for a
  245. # non-existent array
  246. else:
  247. raise YeditException("Error adding to object at path: {}".format(key))
  248. return data
  249. @staticmethod
  250. def get_entry(data, key, sep='.'):
  251. ''' Get an item from a dictionary with key notation a.b.c
  252. d = {'a': {'b': 'c'}}}
  253. key = a.b
  254. return c
  255. '''
  256. if key == '':
  257. pass
  258. elif (not (key and Yedit.valid_key(key, sep)) and
  259. isinstance(data, (list, dict))):
  260. return None
  261. key_indexes = Yedit.parse_key(key, sep)
  262. for arr_ind, dict_key in key_indexes:
  263. if dict_key and isinstance(data, dict):
  264. data = data.get(dict_key)
  265. elif (arr_ind and isinstance(data, list) and
  266. int(arr_ind) <= len(data) - 1):
  267. data = data[int(arr_ind)]
  268. else:
  269. return None
  270. return data
  271. @staticmethod
  272. def _write(filename, contents):
  273. ''' Actually write the file contents to disk. This helps with mocking. '''
  274. tmp_filename = filename + '.yedit'
  275. with open(tmp_filename, 'w') as yfd:
  276. yfd.write(contents)
  277. os.rename(tmp_filename, filename)
  278. def write(self):
  279. ''' write to file '''
  280. if not self.filename:
  281. raise YeditException('Please specify a filename.')
  282. if self.backup and self.file_exists():
  283. shutil.copy(self.filename, self.filename + '.orig')
  284. # Try to set format attributes if supported
  285. try:
  286. self.yaml_dict.fa.set_block_style()
  287. except AttributeError:
  288. pass
  289. # Try to use RoundTripDumper if supported.
  290. try:
  291. Yedit._write(self.filename, yaml.dump(self.yaml_dict, Dumper=yaml.RoundTripDumper))
  292. except AttributeError:
  293. Yedit._write(self.filename, yaml.safe_dump(self.yaml_dict, default_flow_style=False))
  294. return (True, self.yaml_dict)
  295. def read(self):
  296. ''' read from file '''
  297. # check if it exists
  298. if self.filename is None or not self.file_exists():
  299. return None
  300. contents = None
  301. with open(self.filename) as yfd:
  302. contents = yfd.read()
  303. return contents
  304. def file_exists(self):
  305. ''' return whether file exists '''
  306. if os.path.exists(self.filename):
  307. return True
  308. return False
  309. def load(self, content_type='yaml'):
  310. ''' return yaml file '''
  311. contents = self.read()
  312. if not contents and not self.content:
  313. return None
  314. if self.content:
  315. if isinstance(self.content, dict):
  316. self.yaml_dict = self.content
  317. return self.yaml_dict
  318. elif isinstance(self.content, str):
  319. contents = self.content
  320. # check if it is yaml
  321. try:
  322. if content_type == 'yaml' and contents:
  323. # Try to set format attributes if supported
  324. try:
  325. self.yaml_dict.fa.set_block_style()
  326. except AttributeError:
  327. pass
  328. # Try to use RoundTripLoader if supported.
  329. try:
  330. self.yaml_dict = yaml.safe_load(contents, yaml.RoundTripLoader)
  331. except AttributeError:
  332. self.yaml_dict = yaml.safe_load(contents)
  333. # Try to set format attributes if supported
  334. try:
  335. self.yaml_dict.fa.set_block_style()
  336. except AttributeError:
  337. pass
  338. elif content_type == 'json' and contents:
  339. self.yaml_dict = json.loads(contents)
  340. except yaml.YAMLError as err:
  341. # Error loading yaml or json
  342. raise YeditException('Problem with loading yaml file. {}'.format(err))
  343. return self.yaml_dict
  344. def get(self, key):
  345. ''' get a specified key'''
  346. try:
  347. entry = Yedit.get_entry(self.yaml_dict, key, self.separator)
  348. except KeyError:
  349. entry = None
  350. return entry
  351. def pop(self, path, key_or_item):
  352. ''' remove a key, value pair from a dict or an item for a list'''
  353. try:
  354. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  355. except KeyError:
  356. entry = None
  357. if entry is None:
  358. return (False, self.yaml_dict)
  359. if isinstance(entry, dict):
  360. # AUDIT:maybe-no-member makes sense due to fuzzy types
  361. # pylint: disable=maybe-no-member
  362. if key_or_item in entry:
  363. entry.pop(key_or_item)
  364. return (True, self.yaml_dict)
  365. return (False, self.yaml_dict)
  366. elif isinstance(entry, list):
  367. # AUDIT:maybe-no-member makes sense due to fuzzy types
  368. # pylint: disable=maybe-no-member
  369. ind = None
  370. try:
  371. ind = entry.index(key_or_item)
  372. except ValueError:
  373. return (False, self.yaml_dict)
  374. entry.pop(ind)
  375. return (True, self.yaml_dict)
  376. return (False, self.yaml_dict)
  377. def delete(self, path):
  378. ''' remove path from a dict'''
  379. try:
  380. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  381. except KeyError:
  382. entry = None
  383. if entry is None:
  384. return (False, self.yaml_dict)
  385. result = Yedit.remove_entry(self.yaml_dict, path, self.separator)
  386. if not result:
  387. return (False, self.yaml_dict)
  388. return (True, self.yaml_dict)
  389. def exists(self, path, value):
  390. ''' check if value exists at path'''
  391. try:
  392. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  393. except KeyError:
  394. entry = None
  395. if isinstance(entry, list):
  396. if value in entry:
  397. return True
  398. return False
  399. elif isinstance(entry, dict):
  400. if isinstance(value, dict):
  401. rval = False
  402. for key, val in value.items():
  403. if entry[key] != val:
  404. rval = False
  405. break
  406. else:
  407. rval = True
  408. return rval
  409. return value in entry
  410. return entry == value
  411. def append(self, path, value):
  412. '''append value to a list'''
  413. try:
  414. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  415. except KeyError:
  416. entry = None
  417. if entry is None:
  418. self.put(path, [])
  419. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  420. if not isinstance(entry, list):
  421. return (False, self.yaml_dict)
  422. # AUDIT:maybe-no-member makes sense due to loading data from
  423. # a serialized format.
  424. # pylint: disable=maybe-no-member
  425. entry.append(value)
  426. return (True, self.yaml_dict)
  427. # pylint: disable=too-many-arguments
  428. def update(self, path, value, index=None, curr_value=None):
  429. ''' put path, value into a dict '''
  430. try:
  431. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  432. except KeyError:
  433. entry = None
  434. if isinstance(entry, dict):
  435. # AUDIT:maybe-no-member makes sense due to fuzzy types
  436. # pylint: disable=maybe-no-member
  437. if not isinstance(value, dict):
  438. raise YeditException('Cannot replace key, value entry in dict with non-dict type. ' +
  439. 'value=[{}] type=[{}]'.format(value, type(value)))
  440. entry.update(value)
  441. return (True, self.yaml_dict)
  442. elif isinstance(entry, list):
  443. # AUDIT:maybe-no-member makes sense due to fuzzy types
  444. # pylint: disable=maybe-no-member
  445. ind = None
  446. if curr_value:
  447. try:
  448. ind = entry.index(curr_value)
  449. except ValueError:
  450. return (False, self.yaml_dict)
  451. elif index is not None:
  452. ind = index
  453. if ind is not None and entry[ind] != value:
  454. entry[ind] = value
  455. return (True, self.yaml_dict)
  456. # see if it exists in the list
  457. try:
  458. ind = entry.index(value)
  459. except ValueError:
  460. # doesn't exist, append it
  461. entry.append(value)
  462. return (True, self.yaml_dict)
  463. # already exists, return
  464. if ind is not None:
  465. return (False, self.yaml_dict)
  466. return (False, self.yaml_dict)
  467. def put(self, path, value):
  468. ''' put path, value into a dict '''
  469. try:
  470. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  471. except KeyError:
  472. entry = None
  473. if entry == value:
  474. return (False, self.yaml_dict)
  475. # deepcopy didn't work
  476. # Try to use ruamel.yaml and fallback to pyyaml
  477. try:
  478. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  479. default_flow_style=False),
  480. yaml.RoundTripLoader)
  481. except AttributeError:
  482. tmp_copy = copy.deepcopy(self.yaml_dict)
  483. # set the format attributes if available
  484. try:
  485. tmp_copy.fa.set_block_style()
  486. except AttributeError:
  487. pass
  488. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  489. if result is None:
  490. return (False, self.yaml_dict)
  491. # When path equals "" it is a special case.
  492. # "" refers to the root of the document
  493. # Only update the root path (entire document) when its a list or dict
  494. if path == '':
  495. if isinstance(result, list) or isinstance(result, dict):
  496. self.yaml_dict = result
  497. return (True, self.yaml_dict)
  498. return (False, self.yaml_dict)
  499. self.yaml_dict = tmp_copy
  500. return (True, self.yaml_dict)
  501. def create(self, path, value):
  502. ''' create a yaml file '''
  503. if not self.file_exists():
  504. # deepcopy didn't work
  505. # Try to use ruamel.yaml and fallback to pyyaml
  506. try:
  507. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  508. default_flow_style=False),
  509. yaml.RoundTripLoader)
  510. except AttributeError:
  511. tmp_copy = copy.deepcopy(self.yaml_dict)
  512. # set the format attributes if available
  513. try:
  514. tmp_copy.fa.set_block_style()
  515. except AttributeError:
  516. pass
  517. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  518. if result is not None:
  519. self.yaml_dict = tmp_copy
  520. return (True, self.yaml_dict)
  521. return (False, self.yaml_dict)
  522. @staticmethod
  523. def get_curr_value(invalue, val_type):
  524. '''return the current value'''
  525. if invalue is None:
  526. return None
  527. curr_value = invalue
  528. if val_type == 'yaml':
  529. curr_value = yaml.load(invalue)
  530. elif val_type == 'json':
  531. curr_value = json.loads(invalue)
  532. return curr_value
  533. @staticmethod
  534. def parse_value(inc_value, vtype=''):
  535. '''determine value type passed'''
  536. true_bools = ['y', 'Y', 'yes', 'Yes', 'YES', 'true', 'True', 'TRUE',
  537. 'on', 'On', 'ON', ]
  538. false_bools = ['n', 'N', 'no', 'No', 'NO', 'false', 'False', 'FALSE',
  539. 'off', 'Off', 'OFF']
  540. # It came in as a string but you didn't specify value_type as string
  541. # we will convert to bool if it matches any of the above cases
  542. if isinstance(inc_value, str) and 'bool' in vtype:
  543. if inc_value not in true_bools and inc_value not in false_bools:
  544. raise YeditException('Not a boolean type. str=[{}] vtype=[{}]'.format(inc_value, vtype))
  545. elif isinstance(inc_value, bool) and 'str' in vtype:
  546. inc_value = str(inc_value)
  547. # There is a special case where '' will turn into None after yaml loading it so skip
  548. if isinstance(inc_value, str) and inc_value == '':
  549. pass
  550. # If vtype is not str then go ahead and attempt to yaml load it.
  551. elif isinstance(inc_value, str) and 'str' not in vtype:
  552. try:
  553. inc_value = yaml.safe_load(inc_value)
  554. except Exception:
  555. raise YeditException('Could not determine type of incoming value. ' +
  556. 'value=[{}] vtype=[{}]'.format(type(inc_value), vtype))
  557. return inc_value
  558. @staticmethod
  559. def process_edits(edits, yamlfile):
  560. '''run through a list of edits and process them one-by-one'''
  561. results = []
  562. for edit in edits:
  563. value = Yedit.parse_value(edit['value'], edit.get('value_type', ''))
  564. if edit.get('action') == 'update':
  565. # pylint: disable=line-too-long
  566. curr_value = Yedit.get_curr_value(
  567. Yedit.parse_value(edit.get('curr_value')),
  568. edit.get('curr_value_format'))
  569. rval = yamlfile.update(edit['key'],
  570. value,
  571. edit.get('index'),
  572. curr_value)
  573. elif edit.get('action') == 'append':
  574. rval = yamlfile.append(edit['key'], value)
  575. else:
  576. rval = yamlfile.put(edit['key'], value)
  577. if rval[0]:
  578. results.append({'key': edit['key'], 'edit': rval[1]})
  579. return {'changed': len(results) > 0, 'results': results}
  580. # pylint: disable=too-many-return-statements,too-many-branches
  581. @staticmethod
  582. def run_ansible(params):
  583. '''perform the idempotent crud operations'''
  584. yamlfile = Yedit(filename=params['src'],
  585. backup=params['backup'],
  586. separator=params['separator'])
  587. state = params['state']
  588. if params['src']:
  589. rval = yamlfile.load()
  590. if yamlfile.yaml_dict is None and state != 'present':
  591. return {'failed': True,
  592. 'msg': 'Error opening file [{}]. Verify that the '.format(params['src']) +
  593. 'file exists, that it is has correct permissions, and is valid yaml.'}
  594. if state == 'list':
  595. if params['content']:
  596. content = Yedit.parse_value(params['content'], params['content_type'])
  597. yamlfile.yaml_dict = content
  598. if params['key']:
  599. rval = yamlfile.get(params['key']) or {}
  600. return {'changed': False, 'result': rval, 'state': state}
  601. elif state == 'absent':
  602. if params['content']:
  603. content = Yedit.parse_value(params['content'], params['content_type'])
  604. yamlfile.yaml_dict = content
  605. if params['update']:
  606. rval = yamlfile.pop(params['key'], params['value'])
  607. else:
  608. rval = yamlfile.delete(params['key'])
  609. if rval[0] and params['src']:
  610. yamlfile.write()
  611. return {'changed': rval[0], 'result': rval[1], 'state': state}
  612. elif state == 'present':
  613. # check if content is different than what is in the file
  614. if params['content']:
  615. content = Yedit.parse_value(params['content'], params['content_type'])
  616. # We had no edits to make and the contents are the same
  617. if yamlfile.yaml_dict == content and \
  618. params['value'] is None:
  619. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  620. yamlfile.yaml_dict = content
  621. # If we were passed a key, value then
  622. # we enapsulate it in a list and process it
  623. # Key, Value passed to the module : Converted to Edits list #
  624. edits = []
  625. _edit = {}
  626. if params['value'] is not None:
  627. _edit['value'] = params['value']
  628. _edit['value_type'] = params['value_type']
  629. _edit['key'] = params['key']
  630. if params['update']:
  631. _edit['action'] = 'update'
  632. _edit['curr_value'] = params['curr_value']
  633. _edit['curr_value_format'] = params['curr_value_format']
  634. _edit['index'] = params['index']
  635. elif params['append']:
  636. _edit['action'] = 'append'
  637. edits.append(_edit)
  638. elif params['edits'] is not None:
  639. edits = params['edits']
  640. if edits:
  641. results = Yedit.process_edits(edits, yamlfile)
  642. # if there were changes and a src provided to us we need to write
  643. if results['changed'] and params['src']:
  644. yamlfile.write()
  645. return {'changed': results['changed'], 'result': results['results'], 'state': state}
  646. # no edits to make
  647. if params['src']:
  648. # pylint: disable=redefined-variable-type
  649. rval = yamlfile.write()
  650. return {'changed': rval[0],
  651. 'result': rval[1],
  652. 'state': state}
  653. # We were passed content but no src, key or value, or edits. Return contents in memory
  654. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  655. return {'failed': True, 'msg': 'Unkown state passed'}
  656. # -*- -*- -*- End included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  657. # -*- -*- -*- Begin included fragment: lib/base.py -*- -*- -*-
  658. # pylint: disable=too-many-lines
  659. # noqa: E301,E302,E303,T001
  660. class OpenShiftCLIError(Exception):
  661. '''Exception class for openshiftcli'''
  662. pass
  663. ADDITIONAL_PATH_LOOKUPS = ['/usr/local/bin', os.path.expanduser('~/bin')]
  664. def locate_oc_binary():
  665. ''' Find and return oc binary file '''
  666. # https://github.com/openshift/openshift-ansible/issues/3410
  667. # oc can be in /usr/local/bin in some cases, but that may not
  668. # be in $PATH due to ansible/sudo
  669. paths = os.environ.get("PATH", os.defpath).split(os.pathsep) + ADDITIONAL_PATH_LOOKUPS
  670. oc_binary = 'oc'
  671. # Use shutil.which if it is available, otherwise fallback to a naive path search
  672. try:
  673. which_result = shutil.which(oc_binary, path=os.pathsep.join(paths))
  674. if which_result is not None:
  675. oc_binary = which_result
  676. except AttributeError:
  677. for path in paths:
  678. if os.path.exists(os.path.join(path, oc_binary)):
  679. oc_binary = os.path.join(path, oc_binary)
  680. break
  681. return oc_binary
  682. # pylint: disable=too-few-public-methods
  683. class OpenShiftCLI(object):
  684. ''' Class to wrap the command line tools '''
  685. def __init__(self,
  686. namespace,
  687. kubeconfig='/etc/origin/master/admin.kubeconfig',
  688. verbose=False,
  689. all_namespaces=False):
  690. ''' Constructor for OpenshiftCLI '''
  691. self.namespace = namespace
  692. self.verbose = verbose
  693. self.kubeconfig = Utils.create_tmpfile_copy(kubeconfig)
  694. self.all_namespaces = all_namespaces
  695. self.oc_binary = locate_oc_binary()
  696. # Pylint allows only 5 arguments to be passed.
  697. # pylint: disable=too-many-arguments
  698. def _replace_content(self, resource, rname, content, force=False, sep='.'):
  699. ''' replace the current object with the content '''
  700. res = self._get(resource, rname)
  701. if not res['results']:
  702. return res
  703. fname = Utils.create_tmpfile(rname + '-')
  704. yed = Yedit(fname, res['results'][0], separator=sep)
  705. changes = []
  706. for key, value in content.items():
  707. changes.append(yed.put(key, value))
  708. if any([change[0] for change in changes]):
  709. yed.write()
  710. atexit.register(Utils.cleanup, [fname])
  711. return self._replace(fname, force)
  712. return {'returncode': 0, 'updated': False}
  713. def _replace(self, fname, force=False):
  714. '''replace the current object with oc replace'''
  715. # We are removing the 'resourceVersion' to handle
  716. # a race condition when modifying oc objects
  717. yed = Yedit(fname)
  718. results = yed.delete('metadata.resourceVersion')
  719. if results[0]:
  720. yed.write()
  721. cmd = ['replace', '-f', fname]
  722. if force:
  723. cmd.append('--force')
  724. return self.openshift_cmd(cmd)
  725. def _create_from_content(self, rname, content):
  726. '''create a temporary file and then call oc create on it'''
  727. fname = Utils.create_tmpfile(rname + '-')
  728. yed = Yedit(fname, content=content)
  729. yed.write()
  730. atexit.register(Utils.cleanup, [fname])
  731. return self._create(fname)
  732. def _create(self, fname):
  733. '''call oc create on a filename'''
  734. return self.openshift_cmd(['create', '-f', fname])
  735. def _delete(self, resource, name=None, selector=None):
  736. '''call oc delete on a resource'''
  737. cmd = ['delete', resource]
  738. if selector is not None:
  739. cmd.append('--selector={}'.format(selector))
  740. elif name is not None:
  741. cmd.append(name)
  742. else:
  743. raise OpenShiftCLIError('Either name or selector is required when calling delete.')
  744. return self.openshift_cmd(cmd)
  745. def _process(self, template_name, create=False, params=None, template_data=None): # noqa: E501
  746. '''process a template
  747. template_name: the name of the template to process
  748. create: whether to send to oc create after processing
  749. params: the parameters for the template
  750. template_data: the incoming template's data; instead of a file
  751. '''
  752. cmd = ['process']
  753. if template_data:
  754. cmd.extend(['-f', '-'])
  755. else:
  756. cmd.append(template_name)
  757. if params:
  758. param_str = ["{}={}".format(key, value) for key, value in params.items()]
  759. cmd.append('-v')
  760. cmd.extend(param_str)
  761. results = self.openshift_cmd(cmd, output=True, input_data=template_data)
  762. if results['returncode'] != 0 or not create:
  763. return results
  764. fname = Utils.create_tmpfile(template_name + '-')
  765. yed = Yedit(fname, results['results'])
  766. yed.write()
  767. atexit.register(Utils.cleanup, [fname])
  768. return self.openshift_cmd(['create', '-f', fname])
  769. def _get(self, resource, name=None, selector=None):
  770. '''return a resource by name '''
  771. cmd = ['get', resource]
  772. if selector is not None:
  773. cmd.append('--selector={}'.format(selector))
  774. elif name is not None:
  775. cmd.append(name)
  776. cmd.extend(['-o', 'json'])
  777. rval = self.openshift_cmd(cmd, output=True)
  778. # Ensure results are retuned in an array
  779. if 'items' in rval:
  780. rval['results'] = rval['items']
  781. elif not isinstance(rval['results'], list):
  782. rval['results'] = [rval['results']]
  783. return rval
  784. def _schedulable(self, node=None, selector=None, schedulable=True):
  785. ''' perform oadm manage-node scheduable '''
  786. cmd = ['manage-node']
  787. if node:
  788. cmd.extend(node)
  789. else:
  790. cmd.append('--selector={}'.format(selector))
  791. cmd.append('--schedulable={}'.format(schedulable))
  792. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw') # noqa: E501
  793. def _list_pods(self, node=None, selector=None, pod_selector=None):
  794. ''' perform oadm list pods
  795. node: the node in which to list pods
  796. selector: the label selector filter if provided
  797. pod_selector: the pod selector filter if provided
  798. '''
  799. cmd = ['manage-node']
  800. if node:
  801. cmd.extend(node)
  802. else:
  803. cmd.append('--selector={}'.format(selector))
  804. if pod_selector:
  805. cmd.append('--pod-selector={}'.format(pod_selector))
  806. cmd.extend(['--list-pods', '-o', 'json'])
  807. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  808. # pylint: disable=too-many-arguments
  809. def _evacuate(self, node=None, selector=None, pod_selector=None, dry_run=False, grace_period=None, force=False):
  810. ''' perform oadm manage-node evacuate '''
  811. cmd = ['manage-node']
  812. if node:
  813. cmd.extend(node)
  814. else:
  815. cmd.append('--selector={}'.format(selector))
  816. if dry_run:
  817. cmd.append('--dry-run')
  818. if pod_selector:
  819. cmd.append('--pod-selector={}'.format(pod_selector))
  820. if grace_period:
  821. cmd.append('--grace-period={}'.format(int(grace_period)))
  822. if force:
  823. cmd.append('--force')
  824. cmd.append('--evacuate')
  825. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  826. def _version(self):
  827. ''' return the openshift version'''
  828. return self.openshift_cmd(['version'], output=True, output_type='raw')
  829. def _import_image(self, url=None, name=None, tag=None):
  830. ''' perform image import '''
  831. cmd = ['import-image']
  832. image = '{0}'.format(name)
  833. if tag:
  834. image += ':{0}'.format(tag)
  835. cmd.append(image)
  836. if url:
  837. cmd.append('--from={0}/{1}'.format(url, image))
  838. cmd.append('-n{0}'.format(self.namespace))
  839. cmd.append('--confirm')
  840. return self.openshift_cmd(cmd)
  841. def _run(self, cmds, input_data):
  842. ''' Actually executes the command. This makes mocking easier. '''
  843. curr_env = os.environ.copy()
  844. curr_env.update({'KUBECONFIG': self.kubeconfig})
  845. proc = subprocess.Popen(cmds,
  846. stdin=subprocess.PIPE,
  847. stdout=subprocess.PIPE,
  848. stderr=subprocess.PIPE,
  849. env=curr_env)
  850. stdout, stderr = proc.communicate(input_data)
  851. return proc.returncode, stdout.decode('utf-8'), stderr.decode('utf-8')
  852. # pylint: disable=too-many-arguments,too-many-branches
  853. def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input_data=None):
  854. '''Base command for oc '''
  855. cmds = [self.oc_binary]
  856. if oadm:
  857. cmds.append('adm')
  858. cmds.extend(cmd)
  859. if self.all_namespaces:
  860. cmds.extend(['--all-namespaces'])
  861. elif self.namespace is not None and self.namespace.lower() not in ['none', 'emtpy']: # E501
  862. cmds.extend(['-n', self.namespace])
  863. rval = {}
  864. results = ''
  865. err = None
  866. if self.verbose:
  867. print(' '.join(cmds))
  868. try:
  869. returncode, stdout, stderr = self._run(cmds, input_data)
  870. except OSError as ex:
  871. returncode, stdout, stderr = 1, '', 'Failed to execute {}: {}'.format(subprocess.list2cmdline(cmds), ex)
  872. rval = {"returncode": returncode,
  873. "results": results,
  874. "cmd": ' '.join(cmds)}
  875. if returncode == 0:
  876. if output:
  877. if output_type == 'json':
  878. try:
  879. rval['results'] = json.loads(stdout)
  880. except ValueError as verr:
  881. if "No JSON object could be decoded" in verr.args:
  882. err = verr.args
  883. elif output_type == 'raw':
  884. rval['results'] = stdout
  885. if self.verbose:
  886. print("STDOUT: {0}".format(stdout))
  887. print("STDERR: {0}".format(stderr))
  888. if err:
  889. rval.update({"err": err,
  890. "stderr": stderr,
  891. "stdout": stdout,
  892. "cmd": cmds})
  893. else:
  894. rval.update({"stderr": stderr,
  895. "stdout": stdout,
  896. "results": {}})
  897. return rval
  898. class Utils(object): # pragma: no cover
  899. ''' utilities for openshiftcli modules '''
  900. @staticmethod
  901. def _write(filename, contents):
  902. ''' Actually write the file contents to disk. This helps with mocking. '''
  903. with open(filename, 'w') as sfd:
  904. sfd.write(contents)
  905. @staticmethod
  906. def create_tmp_file_from_contents(rname, data, ftype='yaml'):
  907. ''' create a file in tmp with name and contents'''
  908. tmp = Utils.create_tmpfile(prefix=rname)
  909. if ftype == 'yaml':
  910. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  911. # pylint: disable=no-member
  912. if hasattr(yaml, 'RoundTripDumper'):
  913. Utils._write(tmp, yaml.dump(data, Dumper=yaml.RoundTripDumper))
  914. else:
  915. Utils._write(tmp, yaml.safe_dump(data, default_flow_style=False))
  916. elif ftype == 'json':
  917. Utils._write(tmp, json.dumps(data))
  918. else:
  919. Utils._write(tmp, data)
  920. # Register cleanup when module is done
  921. atexit.register(Utils.cleanup, [tmp])
  922. return tmp
  923. @staticmethod
  924. def create_tmpfile_copy(inc_file):
  925. '''create a temporary copy of a file'''
  926. tmpfile = Utils.create_tmpfile('lib_openshift-')
  927. Utils._write(tmpfile, open(inc_file).read())
  928. # Cleanup the tmpfile
  929. atexit.register(Utils.cleanup, [tmpfile])
  930. return tmpfile
  931. @staticmethod
  932. def create_tmpfile(prefix='tmp'):
  933. ''' Generates and returns a temporary file name '''
  934. with tempfile.NamedTemporaryFile(prefix=prefix, delete=False) as tmp:
  935. return tmp.name
  936. @staticmethod
  937. def create_tmp_files_from_contents(content, content_type=None):
  938. '''Turn an array of dict: filename, content into a files array'''
  939. if not isinstance(content, list):
  940. content = [content]
  941. files = []
  942. for item in content:
  943. path = Utils.create_tmp_file_from_contents(item['path'] + '-',
  944. item['data'],
  945. ftype=content_type)
  946. files.append({'name': os.path.basename(item['path']),
  947. 'path': path})
  948. return files
  949. @staticmethod
  950. def cleanup(files):
  951. '''Clean up on exit '''
  952. for sfile in files:
  953. if os.path.exists(sfile):
  954. if os.path.isdir(sfile):
  955. shutil.rmtree(sfile)
  956. elif os.path.isfile(sfile):
  957. os.remove(sfile)
  958. @staticmethod
  959. def exists(results, _name):
  960. ''' Check to see if the results include the name '''
  961. if not results:
  962. return False
  963. if Utils.find_result(results, _name):
  964. return True
  965. return False
  966. @staticmethod
  967. def find_result(results, _name):
  968. ''' Find the specified result by name'''
  969. rval = None
  970. for result in results:
  971. if 'metadata' in result and result['metadata']['name'] == _name:
  972. rval = result
  973. break
  974. return rval
  975. @staticmethod
  976. def get_resource_file(sfile, sfile_type='yaml'):
  977. ''' return the service file '''
  978. contents = None
  979. with open(sfile) as sfd:
  980. contents = sfd.read()
  981. if sfile_type == 'yaml':
  982. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  983. # pylint: disable=no-member
  984. if hasattr(yaml, 'RoundTripLoader'):
  985. contents = yaml.load(contents, yaml.RoundTripLoader)
  986. else:
  987. contents = yaml.safe_load(contents)
  988. elif sfile_type == 'json':
  989. contents = json.loads(contents)
  990. return contents
  991. @staticmethod
  992. def filter_versions(stdout):
  993. ''' filter the oc version output '''
  994. version_dict = {}
  995. version_search = ['oc', 'openshift', 'kubernetes']
  996. for line in stdout.strip().split('\n'):
  997. for term in version_search:
  998. if not line:
  999. continue
  1000. if line.startswith(term):
  1001. version_dict[term] = line.split()[-1]
  1002. # horrible hack to get openshift version in Openshift 3.2
  1003. # By default "oc version in 3.2 does not return an "openshift" version
  1004. if "openshift" not in version_dict:
  1005. version_dict["openshift"] = version_dict["oc"]
  1006. return version_dict
  1007. @staticmethod
  1008. def add_custom_versions(versions):
  1009. ''' create custom versions strings '''
  1010. versions_dict = {}
  1011. for tech, version in versions.items():
  1012. # clean up "-" from version
  1013. if "-" in version:
  1014. version = version.split("-")[0]
  1015. if version.startswith('v'):
  1016. versions_dict[tech + '_numeric'] = version[1:].split('+')[0]
  1017. # "v3.3.0.33" is what we have, we want "3.3"
  1018. versions_dict[tech + '_short'] = version[1:4]
  1019. return versions_dict
  1020. @staticmethod
  1021. def openshift_installed():
  1022. ''' check if openshift is installed '''
  1023. import yum
  1024. yum_base = yum.YumBase()
  1025. if yum_base.rpmdb.searchNevra(name='atomic-openshift'):
  1026. return True
  1027. return False
  1028. # Disabling too-many-branches. This is a yaml dictionary comparison function
  1029. # pylint: disable=too-many-branches,too-many-return-statements,too-many-statements
  1030. @staticmethod
  1031. def check_def_equal(user_def, result_def, skip_keys=None, debug=False):
  1032. ''' Given a user defined definition, compare it with the results given back by our query. '''
  1033. # Currently these values are autogenerated and we do not need to check them
  1034. skip = ['metadata', 'status']
  1035. if skip_keys:
  1036. skip.extend(skip_keys)
  1037. for key, value in result_def.items():
  1038. if key in skip:
  1039. continue
  1040. # Both are lists
  1041. if isinstance(value, list):
  1042. if key not in user_def:
  1043. if debug:
  1044. print('User data does not have key [%s]' % key)
  1045. print('User data: %s' % user_def)
  1046. return False
  1047. if not isinstance(user_def[key], list):
  1048. if debug:
  1049. print('user_def[key] is not a list key=[%s] user_def[key]=%s' % (key, user_def[key]))
  1050. return False
  1051. if len(user_def[key]) != len(value):
  1052. if debug:
  1053. print("List lengths are not equal.")
  1054. print("key=[%s]: user_def[%s] != value[%s]" % (key, len(user_def[key]), len(value)))
  1055. print("user_def: %s" % user_def[key])
  1056. print("value: %s" % value)
  1057. return False
  1058. for values in zip(user_def[key], value):
  1059. if isinstance(values[0], dict) and isinstance(values[1], dict):
  1060. if debug:
  1061. print('sending list - list')
  1062. print(type(values[0]))
  1063. print(type(values[1]))
  1064. result = Utils.check_def_equal(values[0], values[1], skip_keys=skip_keys, debug=debug)
  1065. if not result:
  1066. print('list compare returned false')
  1067. return False
  1068. elif value != user_def[key]:
  1069. if debug:
  1070. print('value should be identical')
  1071. print(user_def[key])
  1072. print(value)
  1073. return False
  1074. # recurse on a dictionary
  1075. elif isinstance(value, dict):
  1076. if key not in user_def:
  1077. if debug:
  1078. print("user_def does not have key [%s]" % key)
  1079. return False
  1080. if not isinstance(user_def[key], dict):
  1081. if debug:
  1082. print("dict returned false: not instance of dict")
  1083. return False
  1084. # before passing ensure keys match
  1085. api_values = set(value.keys()) - set(skip)
  1086. user_values = set(user_def[key].keys()) - set(skip)
  1087. if api_values != user_values:
  1088. if debug:
  1089. print("keys are not equal in dict")
  1090. print(user_values)
  1091. print(api_values)
  1092. return False
  1093. result = Utils.check_def_equal(user_def[key], value, skip_keys=skip_keys, debug=debug)
  1094. if not result:
  1095. if debug:
  1096. print("dict returned false")
  1097. print(result)
  1098. return False
  1099. # Verify each key, value pair is the same
  1100. else:
  1101. if key not in user_def or value != user_def[key]:
  1102. if debug:
  1103. print("value not equal; user_def does not have key")
  1104. print(key)
  1105. print(value)
  1106. if key in user_def:
  1107. print(user_def[key])
  1108. return False
  1109. if debug:
  1110. print('returning true')
  1111. return True
  1112. class OpenShiftCLIConfig(object):
  1113. '''Generic Config'''
  1114. def __init__(self, rname, namespace, kubeconfig, options):
  1115. self.kubeconfig = kubeconfig
  1116. self.name = rname
  1117. self.namespace = namespace
  1118. self._options = options
  1119. @property
  1120. def config_options(self):
  1121. ''' return config options '''
  1122. return self._options
  1123. def to_option_list(self):
  1124. '''return all options as a string'''
  1125. return self.stringify()
  1126. def stringify(self):
  1127. ''' return the options hash as cli params in a string '''
  1128. rval = []
  1129. for key in sorted(self.config_options.keys()):
  1130. data = self.config_options[key]
  1131. if data['include'] \
  1132. and (data['value'] or isinstance(data['value'], int)):
  1133. rval.append('--{}={}'.format(key.replace('_', '-'), data['value']))
  1134. return rval
  1135. # -*- -*- -*- End included fragment: lib/base.py -*- -*- -*-
  1136. # -*- -*- -*- Begin included fragment: class/oc_image.py -*- -*- -*-
  1137. # pylint: disable=too-many-arguments
  1138. class OCImage(OpenShiftCLI):
  1139. ''' Class to import and create an imagestream object'''
  1140. def __init__(self,
  1141. namespace,
  1142. registry_url,
  1143. image_name,
  1144. image_tag,
  1145. kubeconfig='/etc/origin/master/admin.kubeconfig',
  1146. verbose=False):
  1147. ''' Constructor for OCImage'''
  1148. super(OCImage, self).__init__(namespace, kubeconfig)
  1149. self.registry_url = registry_url
  1150. self.image_name = image_name
  1151. self.image_tag = image_tag
  1152. self.verbose = verbose
  1153. def get(self):
  1154. '''return a image by name '''
  1155. results = self._get('imagestream', self.image_name)
  1156. results['exists'] = False
  1157. if results['returncode'] == 0 and results['results'][0]:
  1158. results['exists'] = True
  1159. if results['returncode'] != 0 and '"{}" not found'.format(self.image_name) in results['stderr']:
  1160. results['returncode'] = 0
  1161. return results
  1162. def create(self, url=None, name=None, tag=None):
  1163. '''Create an image '''
  1164. return self._import_image(url, name, tag)
  1165. # pylint: disable=too-many-return-statements
  1166. @staticmethod
  1167. def run_ansible(params, check_mode):
  1168. ''' run the ansible idempotent code '''
  1169. ocimage = OCImage(params['namespace'],
  1170. params['registry_url'],
  1171. params['image_name'],
  1172. params['image_tag'],
  1173. kubeconfig=params['kubeconfig'],
  1174. verbose=params['debug'])
  1175. state = params['state']
  1176. api_rval = ocimage.get()
  1177. #####
  1178. # Get
  1179. #####
  1180. if state == 'list':
  1181. if api_rval['returncode'] != 0:
  1182. return {"failed": True, "msg": api_rval}
  1183. return {"changed": False, "results": api_rval, "state": "list"}
  1184. ########
  1185. # Create
  1186. ########
  1187. if state == 'present':
  1188. if not Utils.exists(api_rval['results'], params['image_name']):
  1189. if check_mode:
  1190. return {"changed": False, "msg": 'CHECK_MODE: Would have performed a create'}
  1191. api_rval = ocimage.create(params['registry_url'],
  1192. params['image_name'],
  1193. params['image_tag'])
  1194. if api_rval['returncode'] != 0:
  1195. return {"failed": True, "msg": api_rval}
  1196. # return the newly created object
  1197. api_rval = ocimage.get()
  1198. if api_rval['returncode'] != 0:
  1199. return {"failed": True, "msg": api_rval}
  1200. return {"changed": True, "results": api_rval, "state": "present"}
  1201. # image exists, no change
  1202. return {"changed": False, "results": api_rval, "state": "present"}
  1203. return {"failed": True, "changed": False, "msg": "Unknown state passed. {0}".format(state)}
  1204. # -*- -*- -*- End included fragment: class/oc_image.py -*- -*- -*-
  1205. # -*- -*- -*- Begin included fragment: ansible/oc_image.py -*- -*- -*-
  1206. def main():
  1207. '''
  1208. ansible oc module for image import
  1209. '''
  1210. module = AnsibleModule(
  1211. argument_spec=dict(
  1212. kubeconfig=dict(default='/etc/origin/master/admin.kubeconfig', type='str'),
  1213. state=dict(default='present', type='str',
  1214. choices=['present', 'list']),
  1215. debug=dict(default=False, type='bool'),
  1216. namespace=dict(default='default', type='str'),
  1217. registry_url=dict(default=None, type='str'),
  1218. image_name=dict(default=None, required=True, type='str'),
  1219. image_tag=dict(default=None, type='str'),
  1220. force=dict(default=False, type='bool'),
  1221. ),
  1222. supports_check_mode=True,
  1223. )
  1224. rval = OCImage.run_ansible(module.params, module.check_mode)
  1225. if 'failed' in rval:
  1226. module.fail_json(**rval)
  1227. module.exit_json(**rval)
  1228. if __name__ == '__main__':
  1229. main()
  1230. # -*- -*- -*- End included fragment: ansible/oc_image.py -*- -*- -*-