oc_process.py 57 KB

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