oc_version.py 50 KB

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