oc_image.py 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536
  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{}/_-]+)"
  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, str(value).replace("'", r'"')) 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. if self.verbose:
  864. print(' '.join(cmds))
  865. try:
  866. returncode, stdout, stderr = self._run(cmds, input_data)
  867. except OSError as ex:
  868. returncode, stdout, stderr = 1, '', 'Failed to execute {}: {}'.format(subprocess.list2cmdline(cmds), ex)
  869. rval = {"returncode": returncode,
  870. "cmd": ' '.join(cmds)}
  871. if output_type == 'json':
  872. rval['results'] = {}
  873. if output and stdout:
  874. try:
  875. rval['results'] = json.loads(stdout)
  876. except ValueError as verr:
  877. if "No JSON object could be decoded" in verr.args:
  878. rval['err'] = verr.args
  879. elif output_type == 'raw':
  880. rval['results'] = stdout if output else ''
  881. if self.verbose:
  882. print("STDOUT: {0}".format(stdout))
  883. print("STDERR: {0}".format(stderr))
  884. if 'err' in rval or returncode != 0:
  885. rval.update({"stderr": stderr,
  886. "stdout": stdout})
  887. return rval
  888. class Utils(object): # pragma: no cover
  889. ''' utilities for openshiftcli modules '''
  890. @staticmethod
  891. def _write(filename, contents):
  892. ''' Actually write the file contents to disk. This helps with mocking. '''
  893. with open(filename, 'w') as sfd:
  894. sfd.write(contents)
  895. @staticmethod
  896. def create_tmp_file_from_contents(rname, data, ftype='yaml'):
  897. ''' create a file in tmp with name and contents'''
  898. tmp = Utils.create_tmpfile(prefix=rname)
  899. if ftype == 'yaml':
  900. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  901. # pylint: disable=no-member
  902. if hasattr(yaml, 'RoundTripDumper'):
  903. Utils._write(tmp, yaml.dump(data, Dumper=yaml.RoundTripDumper))
  904. else:
  905. Utils._write(tmp, yaml.safe_dump(data, default_flow_style=False))
  906. elif ftype == 'json':
  907. Utils._write(tmp, json.dumps(data))
  908. else:
  909. Utils._write(tmp, data)
  910. # Register cleanup when module is done
  911. atexit.register(Utils.cleanup, [tmp])
  912. return tmp
  913. @staticmethod
  914. def create_tmpfile_copy(inc_file):
  915. '''create a temporary copy of a file'''
  916. tmpfile = Utils.create_tmpfile('lib_openshift-')
  917. Utils._write(tmpfile, open(inc_file).read())
  918. # Cleanup the tmpfile
  919. atexit.register(Utils.cleanup, [tmpfile])
  920. return tmpfile
  921. @staticmethod
  922. def create_tmpfile(prefix='tmp'):
  923. ''' Generates and returns a temporary file name '''
  924. with tempfile.NamedTemporaryFile(prefix=prefix, delete=False) as tmp:
  925. return tmp.name
  926. @staticmethod
  927. def create_tmp_files_from_contents(content, content_type=None):
  928. '''Turn an array of dict: filename, content into a files array'''
  929. if not isinstance(content, list):
  930. content = [content]
  931. files = []
  932. for item in content:
  933. path = Utils.create_tmp_file_from_contents(item['path'] + '-',
  934. item['data'],
  935. ftype=content_type)
  936. files.append({'name': os.path.basename(item['path']),
  937. 'path': path})
  938. return files
  939. @staticmethod
  940. def cleanup(files):
  941. '''Clean up on exit '''
  942. for sfile in files:
  943. if os.path.exists(sfile):
  944. if os.path.isdir(sfile):
  945. shutil.rmtree(sfile)
  946. elif os.path.isfile(sfile):
  947. os.remove(sfile)
  948. @staticmethod
  949. def exists(results, _name):
  950. ''' Check to see if the results include the name '''
  951. if not results:
  952. return False
  953. if Utils.find_result(results, _name):
  954. return True
  955. return False
  956. @staticmethod
  957. def find_result(results, _name):
  958. ''' Find the specified result by name'''
  959. rval = None
  960. for result in results:
  961. if 'metadata' in result and result['metadata']['name'] == _name:
  962. rval = result
  963. break
  964. return rval
  965. @staticmethod
  966. def get_resource_file(sfile, sfile_type='yaml'):
  967. ''' return the service file '''
  968. contents = None
  969. with open(sfile) as sfd:
  970. contents = sfd.read()
  971. if sfile_type == 'yaml':
  972. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  973. # pylint: disable=no-member
  974. if hasattr(yaml, 'RoundTripLoader'):
  975. contents = yaml.load(contents, yaml.RoundTripLoader)
  976. else:
  977. contents = yaml.safe_load(contents)
  978. elif sfile_type == 'json':
  979. contents = json.loads(contents)
  980. return contents
  981. @staticmethod
  982. def filter_versions(stdout):
  983. ''' filter the oc version output '''
  984. version_dict = {}
  985. version_search = ['oc', 'openshift', 'kubernetes']
  986. for line in stdout.strip().split('\n'):
  987. for term in version_search:
  988. if not line:
  989. continue
  990. if line.startswith(term):
  991. version_dict[term] = line.split()[-1]
  992. # horrible hack to get openshift version in Openshift 3.2
  993. # By default "oc version in 3.2 does not return an "openshift" version
  994. if "openshift" not in version_dict:
  995. version_dict["openshift"] = version_dict["oc"]
  996. return version_dict
  997. @staticmethod
  998. def add_custom_versions(versions):
  999. ''' create custom versions strings '''
  1000. versions_dict = {}
  1001. for tech, version in versions.items():
  1002. # clean up "-" from version
  1003. if "-" in version:
  1004. version = version.split("-")[0]
  1005. if version.startswith('v'):
  1006. versions_dict[tech + '_numeric'] = version[1:].split('+')[0]
  1007. # "v3.3.0.33" is what we have, we want "3.3"
  1008. versions_dict[tech + '_short'] = version[1:4]
  1009. return versions_dict
  1010. @staticmethod
  1011. def openshift_installed():
  1012. ''' check if openshift is installed '''
  1013. import rpm
  1014. transaction_set = rpm.TransactionSet()
  1015. rpmquery = transaction_set.dbMatch("name", "atomic-openshift")
  1016. return rpmquery.count() > 0
  1017. # Disabling too-many-branches. This is a yaml dictionary comparison function
  1018. # pylint: disable=too-many-branches,too-many-return-statements,too-many-statements
  1019. @staticmethod
  1020. def check_def_equal(user_def, result_def, skip_keys=None, debug=False):
  1021. ''' Given a user defined definition, compare it with the results given back by our query. '''
  1022. # Currently these values are autogenerated and we do not need to check them
  1023. skip = ['metadata', 'status']
  1024. if skip_keys:
  1025. skip.extend(skip_keys)
  1026. for key, value in result_def.items():
  1027. if key in skip:
  1028. continue
  1029. # Both are lists
  1030. if isinstance(value, list):
  1031. if key not in user_def:
  1032. if debug:
  1033. print('User data does not have key [%s]' % key)
  1034. print('User data: %s' % user_def)
  1035. return False
  1036. if not isinstance(user_def[key], list):
  1037. if debug:
  1038. print('user_def[key] is not a list key=[%s] user_def[key]=%s' % (key, user_def[key]))
  1039. return False
  1040. if len(user_def[key]) != len(value):
  1041. if debug:
  1042. print("List lengths are not equal.")
  1043. print("key=[%s]: user_def[%s] != value[%s]" % (key, len(user_def[key]), len(value)))
  1044. print("user_def: %s" % user_def[key])
  1045. print("value: %s" % value)
  1046. return False
  1047. for values in zip(user_def[key], value):
  1048. if isinstance(values[0], dict) and isinstance(values[1], dict):
  1049. if debug:
  1050. print('sending list - list')
  1051. print(type(values[0]))
  1052. print(type(values[1]))
  1053. result = Utils.check_def_equal(values[0], values[1], skip_keys=skip_keys, debug=debug)
  1054. if not result:
  1055. print('list compare returned false')
  1056. return False
  1057. elif value != user_def[key]:
  1058. if debug:
  1059. print('value should be identical')
  1060. print(user_def[key])
  1061. print(value)
  1062. return False
  1063. # recurse on a dictionary
  1064. elif isinstance(value, dict):
  1065. if key not in user_def:
  1066. if debug:
  1067. print("user_def does not have key [%s]" % key)
  1068. return False
  1069. if not isinstance(user_def[key], dict):
  1070. if debug:
  1071. print("dict returned false: not instance of dict")
  1072. return False
  1073. # before passing ensure keys match
  1074. api_values = set(value.keys()) - set(skip)
  1075. user_values = set(user_def[key].keys()) - set(skip)
  1076. if api_values != user_values:
  1077. if debug:
  1078. print("keys are not equal in dict")
  1079. print(user_values)
  1080. print(api_values)
  1081. return False
  1082. result = Utils.check_def_equal(user_def[key], value, skip_keys=skip_keys, debug=debug)
  1083. if not result:
  1084. if debug:
  1085. print("dict returned false")
  1086. print(result)
  1087. return False
  1088. # Verify each key, value pair is the same
  1089. else:
  1090. if key not in user_def or value != user_def[key]:
  1091. if debug:
  1092. print("value not equal; user_def does not have key")
  1093. print(key)
  1094. print(value)
  1095. if key in user_def:
  1096. print(user_def[key])
  1097. return False
  1098. if debug:
  1099. print('returning true')
  1100. return True
  1101. class OpenShiftCLIConfig(object):
  1102. '''Generic Config'''
  1103. def __init__(self, rname, namespace, kubeconfig, options):
  1104. self.kubeconfig = kubeconfig
  1105. self.name = rname
  1106. self.namespace = namespace
  1107. self._options = options
  1108. @property
  1109. def config_options(self):
  1110. ''' return config options '''
  1111. return self._options
  1112. def to_option_list(self, ascommalist=''):
  1113. '''return all options as a string
  1114. if ascommalist is set to the name of a key, and
  1115. the value of that key is a dict, format the dict
  1116. as a list of comma delimited key=value pairs'''
  1117. return self.stringify(ascommalist)
  1118. def stringify(self, ascommalist=''):
  1119. ''' return the options hash as cli params in a string
  1120. if ascommalist is set to the name of a key, and
  1121. the value of that key is a dict, format the dict
  1122. as a list of comma delimited key=value pairs '''
  1123. rval = []
  1124. for key in sorted(self.config_options.keys()):
  1125. data = self.config_options[key]
  1126. if data['include'] \
  1127. and (data['value'] or isinstance(data['value'], int)):
  1128. if key == ascommalist:
  1129. val = ','.join(['{}={}'.format(kk, vv) for kk, vv in sorted(data['value'].items())])
  1130. else:
  1131. val = data['value']
  1132. rval.append('--{}={}'.format(key.replace('_', '-'), val))
  1133. return rval
  1134. # -*- -*- -*- End included fragment: lib/base.py -*- -*- -*-
  1135. # -*- -*- -*- Begin included fragment: class/oc_image.py -*- -*- -*-
  1136. # pylint: disable=too-many-arguments
  1137. class OCImage(OpenShiftCLI):
  1138. ''' Class to import and create an imagestream object'''
  1139. def __init__(self,
  1140. namespace,
  1141. registry_url,
  1142. image_name,
  1143. image_tag,
  1144. kubeconfig='/etc/origin/master/admin.kubeconfig',
  1145. verbose=False):
  1146. ''' Constructor for OCImage'''
  1147. super(OCImage, self).__init__(namespace, kubeconfig)
  1148. self.registry_url = registry_url
  1149. self.image_name = image_name
  1150. self.image_tag = image_tag
  1151. self.verbose = verbose
  1152. def get(self):
  1153. '''return a image by name '''
  1154. results = self._get('imagestream', self.image_name)
  1155. results['exists'] = False
  1156. if results['returncode'] == 0 and results['results'][0]:
  1157. results['exists'] = True
  1158. if results['returncode'] != 0 and '"{}" not found'.format(self.image_name) in results['stderr']:
  1159. results['returncode'] = 0
  1160. return results
  1161. def create(self, url=None, name=None, tag=None):
  1162. '''Create an image '''
  1163. return self._import_image(url, name, tag)
  1164. # pylint: disable=too-many-return-statements
  1165. @staticmethod
  1166. def run_ansible(params, check_mode):
  1167. ''' run the ansible idempotent code '''
  1168. ocimage = OCImage(params['namespace'],
  1169. params['registry_url'],
  1170. params['image_name'],
  1171. params['image_tag'],
  1172. kubeconfig=params['kubeconfig'],
  1173. verbose=params['debug'])
  1174. state = params['state']
  1175. api_rval = ocimage.get()
  1176. #####
  1177. # Get
  1178. #####
  1179. if state == 'list':
  1180. if api_rval['returncode'] != 0:
  1181. return {"failed": True, "msg": api_rval}
  1182. return {"changed": False, "results": api_rval, "state": "list"}
  1183. ########
  1184. # Create
  1185. ########
  1186. if state == 'present':
  1187. if not Utils.exists(api_rval['results'], params['image_name']):
  1188. if check_mode:
  1189. return {"changed": False, "msg": 'CHECK_MODE: Would have performed a create'}
  1190. api_rval = ocimage.create(params['registry_url'],
  1191. params['image_name'],
  1192. params['image_tag'])
  1193. if api_rval['returncode'] != 0:
  1194. return {"failed": True, "msg": api_rval}
  1195. # return the newly created object
  1196. api_rval = ocimage.get()
  1197. if api_rval['returncode'] != 0:
  1198. return {"failed": True, "msg": api_rval}
  1199. return {"changed": True, "results": api_rval, "state": "present"}
  1200. # image exists, no change
  1201. return {"changed": False, "results": api_rval, "state": "present"}
  1202. return {"failed": True, "changed": False, "msg": "Unknown state passed. {0}".format(state)}
  1203. # -*- -*- -*- End included fragment: class/oc_image.py -*- -*- -*-
  1204. # -*- -*- -*- Begin included fragment: ansible/oc_image.py -*- -*- -*-
  1205. def main():
  1206. '''
  1207. ansible oc module for image import
  1208. '''
  1209. module = AnsibleModule(
  1210. argument_spec=dict(
  1211. kubeconfig=dict(default='/etc/origin/master/admin.kubeconfig', type='str'),
  1212. state=dict(default='present', type='str',
  1213. choices=['present', 'list']),
  1214. debug=dict(default=False, type='bool'),
  1215. namespace=dict(default='default', type='str'),
  1216. registry_url=dict(default=None, type='str'),
  1217. image_name=dict(default=None, required=True, type='str'),
  1218. image_tag=dict(default=None, type='str'),
  1219. force=dict(default=False, type='bool'),
  1220. ),
  1221. supports_check_mode=True,
  1222. )
  1223. rval = OCImage.run_ansible(module.params, module.check_mode)
  1224. if 'failed' in rval:
  1225. module.fail_json(**rval)
  1226. module.exit_json(**rval)
  1227. if __name__ == '__main__':
  1228. main()
  1229. # -*- -*- -*- End included fragment: ansible/oc_image.py -*- -*- -*-