oc_image.py 53 KB

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