oc_process.py 55 KB

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